mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 08:39:37 -05:00
ITS#6138 drop unnecessary use of o_abandon
This commit is contained in:
parent
795add7b96
commit
658e526bb0
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue