Skip to content
Snippets Groups Projects
Commit 732f5501 authored by Jong Hyuk Choi's avatar Jong Hyuk Choi
Browse files

base entry checking for refreshAndPersist as well

parent 771df8f7
Branches
Tags
No related merge requests found
......@@ -513,16 +513,7 @@ dn2entry_retry:
switch(rs->sr_err) {
case DB_NOTFOUND:
if ( sop->o_sync_mode & SLAP_SYNC_PERSIST ) {
rs->sr_err = LDAP_SUCCESS;
rs->sr_rspoid = LDAP_SYNC_INFO;
rs->sr_ctrls = NULL;
bdb_send_ldap_intermediate( sop, rs,
LDAP_SYNC_REFRESH_DONE, &latest_entrycsn_bv );
goto done;
} else {
matched = ei->bei_e; break;
}
matched = ei->bei_e; break;
case 0:
e = ei->bei_e; break;
case LDAP_BUSY:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment