FS-11944: [mod_sofia] Fix error: 'nh->nh_home' will always evaluate to 'true'.

This commit is contained in:
Andrey Volk 2019-07-23 18:47:17 +04:00
parent 6cb4c2720a
commit 91e99db6c8
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}