mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-16 17:18:16 -05:00
Turn off syslog for slap tools
This commit is contained in:
parent
826de96417
commit
75725a7ad8
1 changed files with 2 additions and 0 deletions
|
|
@ -277,6 +277,8 @@ slap_tool_init(
|
|||
exit( EXIT_FAILURE );
|
||||
}
|
||||
|
||||
ldap_syslog = 0;
|
||||
|
||||
if ( !nbackends ) {
|
||||
fprintf( stderr, "No databases found in config file\n" );
|
||||
exit( EXIT_FAILURE );
|
||||
|
|
|
|||
Loading…
Reference in a new issue