More cleanup for prev commit

This commit is contained in:
Howard Chu 2005-01-12 02:32:48 +00:00
parent 53fcde0927
commit 16f3cdeb19

View file

@ -886,12 +886,7 @@ syncprov_op_abandon( Operation *op, SlapReply *rs )
rs->sr_err = LDAP_CANCELLED;
send_ldap_result( so->s_op, rs );
}
/* Our cloned searches have no ctrls set.
* we don't want to muck with real search ops
* from the frontend.
*/
if ( ! so->s_op->o_sync )
syncprov_drop_psearch( so, 0 );
syncprov_drop_psearch( so, 0 );
}
return SLAP_CB_CONTINUE;
}