mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-24 07:43:16 -05:00
ITS#7290 fix ldap_int_initialize() to set debug level
This commit is contained in:
parent
00d0e16272
commit
e2b5aaf5dd
1 changed files with 1 additions and 1 deletions
|
|
@ -658,7 +658,7 @@ void ldap_int_initialize( struct ldapoptions *gopts, int *dbglvl )
|
|||
if ( ldap_int_tblsize == 0 ) ldap_int_ip_init();
|
||||
#endif
|
||||
|
||||
ldap_int_initialize_global_options(gopts, NULL);
|
||||
ldap_int_initialize_global_options(gopts, dbglvl);
|
||||
|
||||
if( getenv("LDAPNOINIT") != NULL ) {
|
||||
return;
|
||||
|
|
|
|||
Loading…
Reference in a new issue