mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-07 02:18:15 +00:00
Fix build oops.
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@204246 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user