mirror of
https://github.com/asterisk/asterisk.git
synced 2026-07-28 00:10:25 -07:00
Do not return with a successful authentication if the From header ends up empty.
(AST-2008-003) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@109389 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -11511,8 +11511,6 @@ static enum check_auth_result check_user_full(struct sip_pvt *p, struct sip_requ
|
||||
ast_shrink_phone_number(tmp);
|
||||
ast_string_field_set(p, cid_num, tmp);
|
||||
}
|
||||
if (ast_strlen_zero(of))
|
||||
return AUTH_SUCCESSFUL;
|
||||
|
||||
if (global_match_auth_username) {
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user