mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-07 02:18:15 +00:00
Dont overwrite pkt->flags (from 1.2)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@46901 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1916,7 +1916,8 @@ static enum sip_result __sip_reliable_xmit(struct sip_pvt *p, int seqno, int res
|
||||
pkt->next = p->packets;
|
||||
pkt->owner = p;
|
||||
pkt->seqno = seqno;
|
||||
pkt->flags = resp;
|
||||
if (resp)
|
||||
ast_set_flag(pkt->flags, FLAG_RESPONSE);
|
||||
pkt->data[len] = '\0';
|
||||
pkt->timer_t1 = p->timer_t1; /* Set SIP timer T1 */
|
||||
if (fatal)
|
||||
|
||||
Reference in New Issue
Block a user