git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3433 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2006-11-21 19:30:39 +00:00
parent 6c0b467d75
commit 69197e82df
1 changed files with 1 additions and 0 deletions

View File

@ -4195,6 +4195,7 @@ static void sip_r_challenge(int status,
}
if (!oreg) {
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "No Match for Scheme [%s] Realm [%s]\n", scheme, qrealm);
return;
}
switch_safe_free(duprealm);
} else {