fix previous commit

This commit is contained in:
Pierangelo Masarati 2006-06-10 19:47:31 +00:00
parent 33d79d1541
commit 20542a045f

View file

@ -908,7 +908,7 @@ meta_back_op_result(
snprintf( buf, sizeof( buf ),
"meta_back_op_result[%d] "
"err=%d text=\"%s\" matched=\"%s\"",
candidate, rs->sr_err,
i, rs->sr_err,
( rmsg ? rmsg : "" ),
( rmatch ? rmatch : "" ) );
Debug( LDAP_DEBUG_ANY, "%s %s.\n",