提交 237ff68d authored 作者: Brian West's avatar Brian West

more cleanup

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7020 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 235ac6ea
......@@ -731,7 +731,6 @@ static int sofia_presence_sub_callback(void *pArg, int argc, char **argv, char *
const char *clean_to_user;
const char *clean_from_user;
printf("from:%s -> to:%s\n", from_id ? from_id : from_user, sub_to_user ? sub_to_user : to_user );
clean_to_user = switch_mprintf("%s", sub_to_user ? sub_to_user : to_user, host);
clean_from_user = switch_mprintf("%s", from_id ? from_id : from_user, host);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论