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:
Mark Spencer
2004-05-29 23:40:22 +00:00
parent f30d55fbf6
commit bf2ec2d6d0

View File

@@ -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, "");