mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 09:09:54 -05:00
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:
parent
491a63b5d4
commit
c317a093c4
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue