Add void to conn_close_any()
authortb <tb@openbsd.org>
Fri, 3 Feb 2023 17:43:25 +0000 (17:43 +0000)
committertb <tb@openbsd.org>
Fri, 3 Feb 2023 17:43:25 +0000 (17:43 +0000)
commit3fe2f2e62964e3ae8f5bedd2135b6cf4785a3445
treee8c6adf062e1328d823c2248928ecd8ae485ea43
parenta114beb5551a982dd825247e1e02a901c05c725e
Add void to conn_close_any()

This makes the function definition match the prototype and silences a
clang-15 warning.
usr.sbin/ldapd/conn.c