[asterisk-commits] mmichelson: branch 1.4 r204246 - /branches/1.4/channels/chan_sip.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Jun 29 16:37:09 CDT 2009
Author: mmichelson
Date: Mon Jun 29 16:37:05 2009
New Revision: 204246
URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=204246
Log:
Fix build oops.
Modified:
branches/1.4/channels/chan_sip.c
Modified: branches/1.4/channels/chan_sip.c
URL: http://svn.asterisk.org/svn-view/asterisk/branches/1.4/channels/chan_sip.c?view=diff&rev=204246&r1=204245&r2=204246
==============================================================================
--- branches/1.4/channels/chan_sip.c (original)
+++ branches/1.4/channels/chan_sip.c Mon Jun 29 16:37:05 2009
@@ -13142,7 +13142,7 @@
/* Acknowledge whatever it is destined for */
if ((resp >= 100) && (resp <= 199)) {
- ack_res = __sip_semi_ack(p, seqno, 0, sipmethod)
+ ack_res = __sip_semi_ack(p, seqno, 0, sipmethod);
} else {
ack_res = __sip_ack(p, seqno, 0, sipmethod);
}
More information about the asterisk-commits
mailing list