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

fix

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3203 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 f1cfceb9
......@@ -3922,7 +3922,7 @@ static void sip_r_register(int status,
if (authenticate->au_params) {
for(index = 0; (cur=(char*)authenticate->au_params[index]); index++) {
if ((realm = strstr(cur, "realm="))) {
realm += 7;
realm += 6;
break;
}
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论