]> git.sur5r.net Git - openldap/commitdiff
Fix the missing delete problem (reported by Doug Council)
authorJong Hyuk Choi <jongchoi@openldap.org>
Tue, 27 Jan 2004 18:16:40 +0000 (18:16 +0000)
committerJong Hyuk Choi <jongchoi@openldap.org>
Tue, 27 Jan 2004 18:16:40 +0000 (18:16 +0000)
servers/slapd/back-bdb/search.c

index 69beb1a52768beaf4f1df62d4dbabd84cf830933..5b9d8438fbeb8082ca54641530902d564ed5eaf8 100644 (file)
@@ -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 */