mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-14 00:24:05 +00:00
Initialize secrets properly (bug #1748)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3108 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -4837,6 +4837,8 @@ static int check_user(struct sip_pvt *p, struct sip_request *req, char *cmd, cha
|
||||
ast_log(LOG_DEBUG, "Setting NAT on VRTP to %d\n", p->nat);
|
||||
ast_rtp_setnat(p->vrtp, p->nat);
|
||||
}
|
||||
strcpy(p->peersecret, peer->secret);
|
||||
strcpy(p->peermd5secret, peer->md5secret);
|
||||
if (peer->insecure > 1) {
|
||||
/* Pretend there is no required authentication if insecure is "very" */
|
||||
strcpy(p->peersecret, "");
|
||||
|
Reference in New Issue
Block a user