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

whoops

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7028 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 6c25cb41
......@@ -1275,7 +1275,7 @@ void sofia_presence_handle_sip_i_message(int status,
const char *subject = "n/a";
char *msg = NULL;
if (sip->sip_content_type && !switch_strlen_zero(sip->sip_content_type->c_subtype)) {
if (sip->sip_content_type && sip->sip_content_type->c_subtype) {
if (strstr(sip->sip_content_type->c_subtype, "composing")) {
return;
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论