]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#6138 drop unnecessary use of o_abandon
authorHoward Chu <hyc@openldap.org>
Tue, 27 Jul 2021 17:18:13 +0000 (18:18 +0100)
committerQuanah Gibson-Mount <quanah@openldap.org>
Tue, 3 Aug 2021 15:19:49 +0000 (15:19 +0000)
servers/slapd/overlays/retcode.c

index ec548367f7b597d6ce0ae41f1a9c2c4a689d7355..e0f5b8e04727d768a0df1e4a75cddf88794945fa 100644 (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;
        }