]> git.sur5r.net Git - openldap/commitdiff
Default is_NT_Service to no
authorHoward Chu <hyc@openldap.org>
Mon, 3 Mar 2003 06:43:12 +0000 (06:43 +0000)
committerHoward Chu <hyc@openldap.org>
Mon, 3 Mar 2003 06:43:12 +0000 (06:43 +0000)
libraries/liblutil/ntservice.c

index 7338222cbe607cc9a7fbd8c1edbc87cee91ba4d4..c5c12569feecf514bd46c89df18c73fb30a70ff3 100644 (file)
@@ -45,8 +45,7 @@ LDAP_SLAPD_V (int) slap_debug;
 #define SCM_NOTIFICATION_INTERVAL      5000
 #define THIRTY_SECONDS                         (30 * 1000)
 
-int      is_NT_Service = 1;    /* assume this is an NT service until determined that */
-                                                       /* startup was from the command line */
+int      is_NT_Service;        /* is this is an NT service? */
 
 SERVICE_STATUS                 SLAPDServiceStatus;
 SERVICE_STATUS_HANDLE  hSLAPDServiceStatus;