mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
Add debug message when deleting nonpresent entries
This commit is contained in:
parent
d4ad06e788
commit
88c3a5a5b6
@ -2094,6 +2094,9 @@ syncrepl_del_nonpresent(
|
||||
op->o_req_dn = *np_prev->npe_name;
|
||||
op->o_req_ndn = *np_prev->npe_nname;
|
||||
rc = op->o_bd->be_delete( op, &rs_delete );
|
||||
Debug( LDAP_DEBUG_SYNC,
|
||||
"syncrepl_del_nonpresent: be_delete %s (%d)\n",
|
||||
op->o_req_dn.bv_val, rc, 0 );
|
||||
|
||||
if ( rs_delete.sr_err == LDAP_NOT_ALLOWED_ON_NONLEAF ) {
|
||||
Modifications mod1, mod2;
|
||||
|
Loading…
Reference in New Issue
Block a user