mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
fix previous commit
This commit is contained in:
parent
33d79d1541
commit
20542a045f
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue