]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/bind.c
Fix maxDeref directive
[openldap] / servers / slapd / bind.c
index c8daed7bfe2bab60394ff27c11edfd81d114a4d0..c09d4098e7218bfb47bef0561cf9abe38d9a4440 100644 (file)
@@ -154,7 +154,7 @@ do_bind(
        ndn = dn_normalize_case( ch_strdup( cdn ) );
 
        Statslog( LDAP_DEBUG_STATS, "conn=%d op=%d BIND dn=\"%s\" method=%d\n",
-           conn->c_connid, op->o_opid, ndn, method, 0 );
+           op->o_connid, op->o_opid, ndn, method, 0 );
 
        if ( version < LDAP_VERSION_MIN || version > LDAP_VERSION_MAX ) {
                Debug( LDAP_DEBUG_ANY, "unknown version %d\n", version, 0, 0 );