Skip to content
Snippets Groups Projects
Commit c317a093 authored by Julio Sánchez Fernández's avatar Julio Sánchez Fernández
Browse files

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