mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-04 22:20:28 -05:00
Fix Winsock-related warnings and/or bugs.
See README 1.27 log
This commit is contained in:
parent
2395c6c23c
commit
f68db53909
1 changed files with 1 additions and 1 deletions
|
|
@ -454,7 +454,7 @@ slapd_daemon_task(
|
|||
slapd_add( slap_listeners[l]->sl_sd );
|
||||
}
|
||||
|
||||
#ifdef HAVE_WINSOCK
|
||||
#ifdef HAVE_WINSOCK2
|
||||
if ( started_event != NULL ) {
|
||||
ldap_pvt_thread_cond_signal( &started_event );
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue