cleanup sr_ref

This commit is contained in:
Pierangelo Masarati 2005-04-08 21:38:38 +00:00
parent 8b53a1f0bb
commit 59b96206a8

View File

@ -117,6 +117,7 @@ dnssrv_back_referrals(
rs->sr_ref = urls;
send_ldap_error( op, rs, LDAP_REFERRAL,
"DNS SRV generated referrals" );
rs->sr_ref = NULL;
done:
if( domain != NULL ) ch_free( domain );