mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 16:15:04 +00:00
Merge pull request #1756 in FS/freeswitch from bugfix/FS-11944-make-fail-address-of-array-nh--nh_home-will-always-evaluate-to-true to master
* commit '91e99db6c88b4f4992405296f4eeea98ac9baeac': FS-11944: [mod_sofia] Fix error: 'nh->nh_home' will always evaluate to 'true'.
This commit is contained in:
commit
4139c4cdf5
@ -4073,7 +4073,7 @@ void sofia_presence_handle_sip_i_subscribe(int status,
|
||||
}
|
||||
}
|
||||
|
||||
if (nh && nh->nh_home) {
|
||||
if (nh) {
|
||||
sip_to_tag(nh->nh_home, sip->sip_to, use_to_tag);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user