提交 cce887c6 authored 作者: Anthony Minessale's avatar Anthony Minessale

fix mwi

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8662 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 1f59bb12
...@@ -274,7 +274,7 @@ static void actual_sofia_presence_mwi_event_handler(switch_event_t *event) ...@@ -274,7 +274,7 @@ static void actual_sofia_presence_mwi_event_handler(switch_event_t *event)
switch_safe_free(sql); switch_safe_free(sql);
if (h.total) {
sql = switch_mprintf("select sip_user,sip_host,contact,'%q' from sip_registrations where sip_user='%q' and sip_host='%q'", sql = switch_mprintf("select sip_user,sip_host,contact,'%q' from sip_registrations where sip_user='%q' and sip_host='%q'",
stream.data, user, host); stream.data, user, host);
...@@ -289,8 +289,6 @@ static void actual_sofia_presence_mwi_event_handler(switch_event_t *event) ...@@ -289,8 +289,6 @@ static void actual_sofia_presence_mwi_event_handler(switch_event_t *event)
&h); &h);
switch_safe_free(sql); switch_safe_free(sql);
}
switch_safe_free(stream.data); switch_safe_free(stream.data);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论