]> git.sur5r.net Git - openldap/commitdiff
Fix Winsock-related warnings and/or bugs.
authorHoward Chu <hyc@openldap.org>
Thu, 28 Oct 1999 07:14:25 +0000 (07:14 +0000)
committerHoward Chu <hyc@openldap.org>
Thu, 28 Oct 1999 07:14:25 +0000 (07:14 +0000)
See README 1.27 log

servers/slapd/daemon.c

index b5e55316907db793a7cfa7f98f5ae28a3a5db47c..ffcf29e23d2dfbd61bee2c3b6ce2f1d4f9d68c21 100644 (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 );
        }