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

ITS#3579 disable ldap_syslog earlier.

parent a025ead5
Branches
Tags
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment