]> git.sur5r.net Git - openldap/commitdiff
Correct fix
authorKurt Zeilenga <kurt@openldap.org>
Fri, 20 Dec 2002 17:57:00 +0000 (17:57 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Fri, 20 Dec 2002 17:57:00 +0000 (17:57 +0000)
servers/slapd/sasl.c

index 11abe8627963b3a998719f57a382b4fc18e286e0..0f788ff51664421660abb6f0e24873d6d9535cff 100644 (file)
@@ -890,14 +890,12 @@ ok:
                (long) (conn ? conn->c_connid : -1), 0, 0 );
 #endif
 
-#if 0
        if (conn->c_sasl_bindop) {
                Statslog( LDAP_DEBUG_STATS,
-                       "conn=%lu op=%lu BIND authcid=\"%s\"\n",
-                       conn->c_connid, conn->c_sasl_bindop->o_opid, 
-                       auth_identity, 0, 0);
+               "conn=%lu op=%lu BIND authcid=\"%s\"\n",
+               conn->c_connid, conn->c_sasl_bindop->o_opid, 
+                       authcid, 0, 0);
        }
-#endif
 
        *errstr = NULL;
        return SASL_OK;