update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3433 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
6c0b467d75
commit
69197e82df
|
@ -4195,6 +4195,7 @@ static void sip_r_challenge(int status,
|
||||||
}
|
}
|
||||||
if (!oreg) {
|
if (!oreg) {
|
||||||
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "No Match for Scheme [%s] Realm [%s]\n", scheme, qrealm);
|
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "No Match for Scheme [%s] Realm [%s]\n", scheme, qrealm);
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
switch_safe_free(duprealm);
|
switch_safe_free(duprealm);
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue