aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNIIBE Yutaka <[email protected]>2022-09-29 00:53:13 +0000
committerWerner Koch <[email protected]>2022-10-07 11:22:03 +0000
commit73cc5e073ce9e153cacdb020b15b2abc5e2cf8b2 (patch)
tree3d7f94cc6c6727bf980a10297c437d96d53ce17c
parentdirmngr: Change interrogate_ldap_dn for better memory semantics. (diff)
downloadgnupg-73cc5e073ce9e153cacdb020b15b2abc5e2cf8b2.tar.gz
gnupg-73cc5e073ce9e153cacdb020b15b2abc5e2cf8b2.zip
dirnmgr: Fix the function prototype.
* dirmngr/ldap-wrapper.c (ldap_wrapper_wait_connections): It's with no arguments. -- Signed-off-by: NIIBE Yutaka <[email protected]> (cherry picked from commit 530d709607e54465ce47c1fc7d2554ea3b0bea6b)
-rw-r--r--dirmngr/ldap-wrapper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dirmngr/ldap-wrapper.c b/dirmngr/ldap-wrapper.c
index 42bc38a40..97a4e4573 100644
--- a/dirmngr/ldap-wrapper.c
+++ b/dirmngr/ldap-wrapper.c
@@ -571,7 +571,7 @@ ldap_reaper_launch_thread (void)
/* Wait until all ldap wrappers have terminated. We assume that the
kill has already been sent to all of them. */
void
-ldap_wrapper_wait_connections ()
+ldap_wrapper_wait_connections (void)
{
lock_reaper_list ();
{