Fix the missing delete problem (reported by Doug Council)

This commit is contained in:
Jong Hyuk Choi 2004-01-27 18:16:40 +00:00
parent 9f3d15efb7
commit d84a5d29ab

View file

@ -805,10 +805,7 @@ dn2entry_retry:
0, 0, 0 ); 0, 0, 0 );
#endif #endif
rs->sr_err = LDAP_SUCCESS; goto nochange;
rs->sr_entry = NULL;
send_ldap_result( sop, rs );
goto done;
} }
/* if not root and candidates exceed to-be-checked entries, abort */ /* if not root and candidates exceed to-be-checked entries, abort */