Skip to content
Snippets Groups Projects
Commit 9e66d3d1 authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

fix referrals return

parent 14d8a580
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment