git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3203 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2006-10-25 17:59:50 +00:00
parent f1cfceb9d4
commit d58c1d05b9
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}
}