mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 10:09:43 -05:00
ITS#4810 log a message if be_entry_get doesn't return the entry we want
This commit is contained in:
parent
1ce42136fb
commit
7eeeaaf06d
1 changed files with 3 additions and 0 deletions
|
|
@ -842,7 +842,10 @@ syncprov_qplay( Operation *op, slap_overinst *on, syncops *so )
|
|||
if ( sr->s_mode != LDAP_SYNC_DELETE ) {
|
||||
rc = be_entry_get_rw( op, &opc.sndn, NULL, NULL, 0, &e );
|
||||
if ( rc ) {
|
||||
Debug( LDAP_DEBUG_SYNC, "syncprov_qplay: failed to get %s, "
|
||||
"ignoring...\n", opc.sndn.bv_val );
|
||||
ch_free( sr );
|
||||
rc = 0;
|
||||
continue;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue