mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-01 14:15:49 +08:00
if urls is NULL, default to ldap:///
This commit is contained in:
parent
a1c9d88e49
commit
b1701d24e1
@ -326,7 +326,7 @@ void LogSlapdStartedEvent( char *svc, int slap_debug, char *configfile, char *ur
|
||||
Inserts[i] = (char *)malloc( 20 );
|
||||
itoa( slap_debug, Inserts[i++], 10 );
|
||||
Inserts[i++] = ldap_pvt_strdup( configfile );
|
||||
Inserts[i++] = ldap_pvt_strdup( urls );
|
||||
Inserts[i++] = ldap_pvt_strdup( urls ? urls : "ldap:///" );
|
||||
Inserts[i++] = ldap_pvt_strdup( is_NT_Service ? "svc" : "cmd" );
|
||||
|
||||
ReportEvent( hEventLog, EVENTLOG_INFORMATION_TYPE, 0,
|
||||
|
Loading…
Reference in New Issue
Block a user