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.2@46920 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.2
Joshua Colp 19 years ago
parent 7908be0c2f
commit 1961bac13d

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

Loading…
Cancel
Save