mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-23 16:19:35 -05:00
Fix the missing delete problem (reported by Doug Council)
This commit is contained in:
parent
9f3d15efb7
commit
d84a5d29ab
1 changed files with 1 additions and 4 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue