mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-01 12:39:35 -05:00
do not return spurious result codes
This commit is contained in:
parent
00c6709896
commit
b30b82a65a
1 changed files with 1 additions and 0 deletions
|
|
@ -1401,6 +1401,7 @@ slap_send_search_reference( Operation *op, SlapReply *rs )
|
|||
goto rel;
|
||||
}
|
||||
|
||||
rc = 0;
|
||||
if ( rs->sr_flags & REP_ENTRY_MUSTRELEASE ) {
|
||||
be_entry_release_rw( op, rs->sr_entry, 0 );
|
||||
rs->sr_flags ^= REP_ENTRY_MUSTRELEASE;
|
||||
|
|
|
|||
Loading…
Reference in a new issue