]> git.sur5r.net Git - openldap/commitdiff
cleanup candidate list in case of abandon, even if it occurs while selecting candidates
authorPierangelo Masarati <ando@openldap.org>
Sun, 7 Aug 2005 20:11:41 +0000 (20:11 +0000)
committerPierangelo Masarati <ando@openldap.org>
Sun, 7 Aug 2005 20:11:41 +0000 (20:11 +0000)
servers/slapd/back-sql/search.c

index 4c7326a8a000cecf01fdcf954be30513d7b8247f..b883750fb33a9eb62038e52c696ff92f1827edc2 100644 (file)
@@ -1945,6 +1945,7 @@ backsql_search( Operation *op, SlapReply *rs )
 
                /* check for abandon */
                if ( op->o_abandon ) {
+                       eid = bsi.bsi_id_list;
                        rs->sr_err = SLAPD_ABANDON;
                        goto send_results;
                }