Let slapd at least start and do things. Someone should really have

a look at this.  Do we need to add something to every program so
that levelArray is at least initialized?
This commit is contained in:
Julio Sánchez Fernández 2000-10-13 20:24:49 +00:00
parent 491a63b5d4
commit c317a093c4

View file

@ -274,6 +274,7 @@ int main( int argc, char **argv )
}
}
lutil_set_debug_level( "slapd", slap_debug );
ber_set_option(NULL, LBER_OPT_DEBUG_LEVEL, &slap_debug);
ldap_set_option(NULL, LDAP_OPT_DEBUG_LEVEL, &slap_debug);
ldif_debug = slap_debug;