automerge commit

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2-netsec@62139 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.2-netsec
Automerge Script 20 years ago
parent 0ce8de0404
commit 7a793c9201

@ -4783,6 +4783,8 @@ static void copy_request(struct sip_request *dst, struct sip_request *src)
dst->header[x] += offset;
for (x=0; x < src->lines; x++)
dst->line[x] += offset;
dst->rlPart1 += offset;
dst->rlPart2 += offset;
}
/*! \brief transmit_response_with_sdp: Used for 200 OK and 183 early media ---*/

Loading…
Cancel
Save