From: Joshua Colp Date: Thu, 2 Nov 2006 16:02:27 +0000 (+0000) Subject: Repeat after me oej: I will at least make sure my code compiles before I commit it. X-Git-Tag: 1.2.14~83 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1961bac13d4e0006c70f52748d146fe29c508bca;p=thirdparty%2Fasterisk.git 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 --- diff --git a/channels/chan_sip.c b/channels/chan_sip.c index 772d3c88e6..c50dd91c6d 100644 --- a/channels/chan_sip.c +++ b/channels/chan_sip.c @@ -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)