fix
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3203 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
f1cfceb9d4
commit
d58c1d05b9
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue