Fix Winsock-related warnings and/or bugs.

See README 1.27 log
This commit is contained in:
Howard Chu 1999-10-28 07:14:25 +00:00
parent 2395c6c23c
commit f68db53909

View file

@ -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 );
}