]> git.sur5r.net Git - openldap/blobdiff - servers/ldapd/main.c
Round 2 of connection management changes.
[openldap] / servers / ldapd / main.c
index 95430ea99aab2e2df8cc36ab98d861c5387a6350..5e91ec6ea31fea8159093d4234c6986ada064e71 100644 (file)
@@ -154,7 +154,7 @@ main( int argc, char **argv )
 #ifdef LDAP_DEBUG
                        ldap_debug = atoi( optarg );
                        if ( ldap_debug & LDAP_DEBUG_PACKETS )
-                               lber_debug = ldap_debug;
+                               lber_int_debug = ldap_debug;
 #else
                        fprintf( stderr, "Not compiled with -DLDAP_DEBUG!\n" );
 #endif