mirror of
https://github.com/asterisk/asterisk.git
synced 2026-07-23 07:54:50 -07:00
automerge commit
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2-netsec@30327 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -7264,6 +7264,7 @@ static int check_user_full(struct sip_pvt *p, struct sip_request *req, int sipme
|
||||
}
|
||||
if (!ast_strlen_zero(user->cid_name) && !ast_strlen_zero(p->cid_num))
|
||||
ast_copy_string(p->cid_name, user->cid_name, sizeof(p->cid_name));
|
||||
ast_copy_string(p->peername, user->name, sizeof(p->peername));
|
||||
ast_copy_string(p->username, user->name, sizeof(p->username));
|
||||
ast_copy_string(p->peersecret, user->secret, sizeof(p->peersecret));
|
||||
ast_copy_string(p->subscribecontext, user->subscribecontext, sizeof(p->subscribecontext));
|
||||
|
||||
@@ -50,6 +50,7 @@ ifneq (${PROC},sparc64)
|
||||
ifneq (${PROC},arm)
|
||||
ifneq (${PROC},ppc)
|
||||
ifneq (${PROC},ppc64)
|
||||
ifneq (${PROC},s390)
|
||||
OPTIMIZE+=-march=$(PROC)
|
||||
endif
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user