mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 10:09:43 -05:00
make sure rs->sr_err is fine
This commit is contained in:
parent
c853ba1f0e
commit
070c9d9f07
1 changed files with 1 additions and 0 deletions
|
|
@ -303,6 +303,7 @@ retry:
|
|||
rs->sr_attrs = op->ors_attrs;
|
||||
rs->sr_operational_attrs = NULL;
|
||||
rs->sr_flags = 0;
|
||||
rs->sr_err = LDAP_SUCCESS;
|
||||
rc = rs->sr_err = send_search_entry( op, rs );
|
||||
if ( !BER_BVISNULL( &ent.e_name ) ) {
|
||||
assert( ent.e_name.bv_val != bdn.bv_val );
|
||||
|
|
|
|||
Loading…
Reference in a new issue