提交 4139c4cd authored 作者: Mike Jerris's avatar Mike Jerris

Merge pull request #1756 in FS/freeswitch from…

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 '91e99db6':
  FS-11944: [mod_sofia] Fix error: 'nh->nh_home' will always evaluate to 'true'.
...@@ -4073,7 +4073,7 @@ void sofia_presence_handle_sip_i_subscribe(int status, ...@@ -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); sip_to_tag(nh->nh_home, sip->sip_to, use_to_tag);
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论