[svn-commits] file: branch 1.2 r46920 - /branches/1.2/channels/chan_sip.c

svn-commits at lists.digium.com svn-commits at lists.digium.com
Thu Nov 2 09:02:27 MST 2006


Author: file
Date: Thu Nov  2 10:02:27 2006
New Revision: 46920

URL: http://svn.digium.com/view/asterisk?rev=46920&view=rev
Log:
Repeat after me oej: I will at least make sure my code compiles before I commit it.

Modified:
    branches/1.2/channels/chan_sip.c

Modified: branches/1.2/channels/chan_sip.c
URL: http://svn.digium.com/view/asterisk/branches/1.2/channels/chan_sip.c?rev=46920&r1=46919&r2=46920&view=diff
==============================================================================
--- branches/1.2/channels/chan_sip.c (original)
+++ branches/1.2/channels/chan_sip.c Thu Nov  2 10:02:27 2006
@@ -1290,7 +1290,7 @@
 	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)



More information about the svn-commits mailing list