mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-02 21:19:53 -05:00
ITS#3579 disable ldap_syslog earlier.
This commit is contained in:
parent
a025ead532
commit
c160e0d349
1 changed files with 2 additions and 1 deletions
|
|
@ -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 a new issue