1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-05-28 21:50:02 +02:00

dirnmgr: Fix the function prototype.

* dirmngr/ldap-wrapper.c (ldap_wrapper_wait_connections): It's with
no arguments.

--

Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
(cherry picked from commit 530d709607)
This commit is contained in:
NIIBE Yutaka 2022-09-29 09:53:13 +09:00 committed by Werner Koch
parent 98fbac6141
commit 73cc5e073c
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B

View File

@ -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 ();
{