Skip to content
Snippets Groups Projects
Commit 18b42bd9 authored by Howard Chu's avatar Howard Chu Committed by Quanah Gibson-Mount
Browse files

ITS#7290 fix ldap_int_initialize() to set debug level

parent 942bd891
No related branches found
No related tags found
No related merge requests found
......@@ -652,7 +652,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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment