]> git.sur5r.net Git - openldap/commitdiff
Turn off syslog for slap tools
authorHoward Chu <hyc@openldap.org>
Wed, 10 Mar 2004 02:44:38 +0000 (02:44 +0000)
committerHoward Chu <hyc@openldap.org>
Wed, 10 Mar 2004 02:44:38 +0000 (02:44 +0000)
servers/slapd/slapcommon.c

index b1a01cc5a1b942a4d0a3208f91c7fc270fd040ce..9db0214ef047bf8b7274032f6de7e07d78cc1675 100644 (file)
@@ -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 );