Skip to content
Snippets Groups Projects
Commit 485f4787 authored by Howard Chu's avatar Howard Chu
Browse files

Don't free default_referral

parent e114ecba
No related branches found
No related tags found
No related merge requests found
......@@ -323,7 +323,10 @@ done2:;
send_ldap_extended( op, rs );
ber_bvarray_free( rs->sr_ref );
if ( rs->sr_ref != default_referral ) {
ber_bvarray_free( rs->sr_ref );
rs->sr_ref = NULL;
}
}
if ( rs->sr_rspoid != 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