From: Jong Hyuk Choi Date: Tue, 27 Jan 2004 18:16:40 +0000 (+0000) Subject: Fix the missing delete problem (reported by Doug Council) X-Git-Tag: OPENLDAP_REL_ENG_2_2_BP~444 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d84a5d29abc7d935c00cb17f80ea5557a349e6d0;p=openldap Fix the missing delete problem (reported by Doug Council) --- diff --git a/servers/slapd/back-bdb/search.c b/servers/slapd/back-bdb/search.c index 69beb1a527..5b9d8438fb 100644 --- a/servers/slapd/back-bdb/search.c +++ b/servers/slapd/back-bdb/search.c @@ -805,10 +805,7 @@ dn2entry_retry: 0, 0, 0 ); #endif - rs->sr_err = LDAP_SUCCESS; - rs->sr_entry = NULL; - send_ldap_result( sop, rs ); - goto done; + goto nochange; } /* if not root and candidates exceed to-be-checked entries, abort */