summaryrefslogtreecommitdiff
path: root/channels
diff options
context:
space:
mode:
Diffstat (limited to 'channels')
-rw-r--r--channels/chan_sip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index 815cb0c79..31eaaaba9 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -18764,7 +18764,7 @@ static void handle_response(struct sip_pvt *p, int resp, const char *rest, struc
}
if (p->socket.type == SIP_TRANSPORT_UDP) {
- int ack_res;
+ int ack_res = FALSE;
/* Acknowledge whatever it is destined for */
if ((resp >= 100) && (resp <= 199)) {