mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-31 19:09:42 -05:00
fix previous commit
This commit is contained in:
parent
8a529a1f72
commit
63e0046eab
1 changed files with 1 additions and 1 deletions
|
|
@ -484,7 +484,7 @@ memberof_value_modify(
|
|||
char buf[ SLAP_TEXT_BUFLEN ];
|
||||
snprintf( buf, sizeof( buf ),
|
||||
"memberof_value_modify %s=\"%s\" failed err=%d",
|
||||
ad->ad_cname.bv_val, new_dn->bv_val, rs2.sr_err );
|
||||
ad->ad_cname.bv_val, old_dn->bv_val, rs2.sr_err );
|
||||
Debug( LDAP_DEBUG_ANY, "%s: %s\n", op->o_log_prefix, buf, 0 );
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue