FS-3686 --resolve no wonder I am so baffled one of the files did not save into git when I did the patch

This commit is contained in:
Anthony Minessale 2011-11-19 16:59:08 -06:00
parent b733f6d5ec
commit 475cd91ee8

View File

@ -185,7 +185,7 @@ static void extract_header_vars(sofia_profile_t *profile, sip_t const *sip,
if (sip->sip_contact) {
char *c = sip_header_as_string(nh->nh_home, (void *) sip->sip_contact);
switch_channel_set_variable(channel, "sip_invite_contact", c);
switch_channel_set_variable(channel, "sip_recover_contact", c);
su_free(nh->nh_home, c);
}