fix for MODENDP-34

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6079 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2007-10-29 05:03:28 +00:00
parent 15b5a97f7e
commit 990ea4a855
1 changed files with 1 additions and 2 deletions

View File

@ -891,8 +891,7 @@ auth_res_t sofia_reg_parse_auth(sofia_profile_t *profile, sip_authorization_t co
} }
if (!(xparams = switch_xml_child(user, "params"))) { if (!(xparams = switch_xml_child(user, "params"))) {
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_WARNING, "can't find params for user [%s@%s]\n", username, realm); ret = AUTH_OK;
ret = AUTH_FORBIDDEN;
goto end; goto end;
} }