Merged revisions 46920 via svnmerge from

https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r46920 | file | 2006-11-02 11:02:27 -0500 (Thu, 02 Nov 2006) | 2 lines

Repeat after me oej: I will at least make sure my code compiles before I commit it.

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@46930 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.4
Joshua Colp 19 years ago
parent 5667c1c71d
commit eb25ec6ed5

@ -1917,7 +1917,7 @@ static enum sip_result __sip_reliable_xmit(struct sip_pvt *p, int seqno, int res
pkt->owner = p; pkt->owner = p;
pkt->seqno = seqno; pkt->seqno = seqno;
if (resp) if (resp)
ast_set_flag(pkt->flags, FLAG_RESPONSE); ast_set_flag(pkt, FLAG_RESPONSE);
pkt->data[len] = '\0'; pkt->data[len] = '\0';
pkt->timer_t1 = p->timer_t1; /* Set SIP timer T1 */ pkt->timer_t1 = p->timer_t1; /* Set SIP timer T1 */
if (fatal) if (fatal)

Loading…
Cancel
Save