ITS#6138 drop unnecessary use of o_abandon

This commit is contained in:
Howard Chu 2021-07-27 18:18:13 +01:00 committed by Quanah Gibson-Mount
parent 795add7b96
commit 658e526bb0

View File

@ -711,7 +711,6 @@ retcode_entry_response( Operation *op, SlapReply *rs, BackendInfo *bi, Entry *e
return rs->sr_err = SLAPD_DISCONNECT;
}
op->o_abandon = 1;
return rs->sr_err;
}