mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-03 12:11:33 +01: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>
This commit is contained in:
parent
4b2066afb4
commit
530d709607
@ -571,7 +571,7 @@ ldap_reaper_launch_thread (void)
|
|||||||
/* Wait until all ldap wrappers have terminated. We assume that the
|
/* Wait until all ldap wrappers have terminated. We assume that the
|
||||||
kill has already been sent to all of them. */
|
kill has already been sent to all of them. */
|
||||||
void
|
void
|
||||||
ldap_wrapper_wait_connections ()
|
ldap_wrapper_wait_connections (void)
|
||||||
{
|
{
|
||||||
lock_reaper_list ();
|
lock_reaper_list ();
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user