]> git.sur5r.net Git - openldap/commitdiff
ITS#7290 fix ldap_int_initialize() to set debug level
authorHoward Chu <hyc@openldap.org>
Thu, 7 Jun 2012 12:15:04 +0000 (05:15 -0700)
committerQuanah Gibson-Mount <quanah@openldap.org>
Thu, 7 Jun 2012 17:09:51 +0000 (10:09 -0700)
libraries/libldap/init.c

index 7ac377d65631eca42b9a60014f3b9405a8ce4d25..8b5b2e62289b8dc1b215189a701889cfdbb8eb14 100644 (file)
@@ -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;