mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
ITS#3579 disable ldap_syslog earlier.
This commit is contained in:
parent
a025ead532
commit
c160e0d349
@ -289,6 +289,8 @@ slap_tool_init(
|
||||
break;
|
||||
}
|
||||
|
||||
ldap_syslog = 0;
|
||||
|
||||
if ( ldiffile == NULL ) {
|
||||
ldiffp = tool == SLAPCAT ? stdout : stdin;
|
||||
|
||||
@ -342,7 +344,6 @@ slap_tool_init(
|
||||
}
|
||||
|
||||
at_oc_cache = 1;
|
||||
ldap_syslog = 0;
|
||||
|
||||
switch ( tool ) {
|
||||
case SLAPADD:
|
||||
|
Loading…
Reference in New Issue
Block a user