From: Kurt Zeilenga Date: Fri, 20 Dec 2002 17:57:45 +0000 (+0000) Subject: correct fix X-Git-Tag: OPENLDAP_REL_ENG_2_1_10~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21db27a76a1fe64444b554c08ab71af458fb7c34;p=thirdparty%2Fopenldap.git correct fix --- diff --git a/servers/slapd/sasl.c b/servers/slapd/sasl.c index de22789984..136e559576 100644 --- a/servers/slapd/sasl.c +++ b/servers/slapd/sasl.c @@ -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;