Skip to content
Snippets Groups Projects
Commit 7eeeaaf0 authored by Howard Chu's avatar Howard Chu
Browse files

ITS#4810 log a message if be_entry_get doesn't return the entry we want

parent 1ce42136
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment