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

index de22789984c66bd6fd4b7fa167720b951b3694c4..136e559576abbdfb2695f917aed3e8529dce48fb 100644 (file)
@@ -1070,14 +1070,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;