From: Kurt Zeilenga Date: Fri, 20 Dec 2002 17:57:00 +0000 (+0000) Subject: Correct fix X-Git-Tag: NO_SLAP_OP_BLOCKS~650 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=539693f56ced67a87963338f24ae67d3637c2f43;p=openldap Correct fix --- diff --git a/servers/slapd/sasl.c b/servers/slapd/sasl.c index 11abe86279..0f788ff516 100644 --- a/servers/slapd/sasl.c +++ b/servers/slapd/sasl.c @@ -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;