Skip to content
Snippets Groups Projects
Commit a0d397d0 authored by Howard Chu's avatar Howard Chu
Browse files

Default is_NT_Service to no

parent d9dbbeb8
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment