mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
fix referrals return
This commit is contained in:
parent
14d8a58076
commit
9e66d3d1f0
@ -1206,7 +1206,7 @@ backsql_search( Operation *op, SlapReply *rs )
|
||||
|
||||
rs->sr_err = LDAP_REFERRAL;
|
||||
rs->sr_matched = matched_dn.bv_val;
|
||||
send_ldap_result( op, rs );
|
||||
send_search_reference( op, rs );
|
||||
|
||||
ber_bvarray_free( rs->sr_ref );
|
||||
rs->sr_ref = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user