]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Fix build oops.
authorMark Michelson <mmichelson@digium.com>
Mon, 29 Jun 2009 21:37:05 +0000 (21:37 +0000)
committerMark Michelson <mmichelson@digium.com>
Mon, 29 Jun 2009 21:37:05 +0000 (21:37 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@204246 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/chan_sip.c

index 175d5510cf61dcba2fbe9809e45e0c02eb73cb00..688641d7c42a2b9f4edc12493bb3819de53d6003 100644 (file)
@@ -13142,7 +13142,7 @@ static void handle_response(struct sip_pvt *p, int resp, char *rest, struct sip_
 
        /* 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);
        }