mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-20 03:26:55 +00:00
Increase buffer size (bug #1459)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2733 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -3392,7 +3392,7 @@ static int transmit_request_with_auth(struct sip_pvt *p, char *msg, int seqno, i
|
||||
reqprep(&resp, p, msg, seqno, newbranch);
|
||||
if (*p->realm)
|
||||
{
|
||||
char digest[256];
|
||||
char digest[1024];
|
||||
memset(digest,0,sizeof(digest));
|
||||
build_reply_digest(p, msg, digest, sizeof(digest));
|
||||
add_header(&resp, "Proxy-Authorization", digest);
|
||||
|
Reference in New Issue
Block a user