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

More cleanup for prev commit

parent 53fcde09
No related branches found
No related tags found
No related merge requests found
...@@ -886,12 +886,7 @@ syncprov_op_abandon( Operation *op, SlapReply *rs ) ...@@ -886,12 +886,7 @@ syncprov_op_abandon( Operation *op, SlapReply *rs )
rs->sr_err = LDAP_CANCELLED; rs->sr_err = LDAP_CANCELLED;
send_ldap_result( so->s_op, rs ); send_ldap_result( so->s_op, rs );
} }
/* Our cloned searches have no ctrls set. syncprov_drop_psearch( so, 0 );
* we don't want to muck with real search ops
* from the frontend.
*/
if ( ! so->s_op->o_sync )
syncprov_drop_psearch( so, 0 );
} }
return SLAP_CB_CONTINUE; return SLAP_CB_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