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:
parent
15b5a97f7e
commit
990ea4a855
|
@ -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"))) {
|
||||
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_WARNING, "can't find params for user [%s@%s]\n", username, realm);
|
||||
ret = AUTH_FORBIDDEN;
|
||||
ret = AUTH_OK;
|
||||
goto end;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue