]> git.sur5r.net Git - openldap/commitdiff
Missing # in front of else in the sockinit #if's
authorBen Collins <bcollins@openldap.org>
Fri, 7 May 1999 01:10:03 +0000 (01:10 +0000)
committerBen Collins <bcollins@openldap.org>
Fri, 7 May 1999 01:10:03 +0000 (01:10 +0000)
servers/slapd/daemon.c

index 77acfa3e644e12676f2af20c2691686eaf86e15d..6bcc98e43012d7ccc802cfd619b3f02bbc0dc011 100644 (file)
@@ -709,7 +709,7 @@ void sockinit()
        }
     daemon_initialized = 1;
 }
-else
+#else
 void sockinit()
 {
     daemon_initialized = 1;