提交 b6bd93a5 authored 作者: Brian West's avatar Brian West

picky picky

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11321 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 7c2bd042
......@@ -98,7 +98,7 @@ switch_status_t sofia_presence_chat_send(const char *proto, const char *from, co
if (switch_strlen_zero(host)) {
host = profile->domain_name;
if (switch_strlen_zero(host)) {
host=prof;
host = prof;
}
}
if (!sofia_reg_find_reg_url(profile, user, host, buf, sizeof(buf))) {
......@@ -125,7 +125,7 @@ switch_status_t sofia_presence_chat_send(const char *proto, const char *from, co
if (switch_strlen_zero(p)) {
p=profile->domain_name;
if (switch_strlen_zero(p)) {
p=host;
p = host;
}
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论