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 67c02af12..804e1e998 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -13131,7 +13131,7 @@ static enum parse_register_result parse_register_contact(struct sip_pvt *pvt, st
char *firstcuri = NULL;
int start = 0;
int wildcard_found = 0;
- int single_binding_found;
+ int single_binding_found = 0;
ast_copy_string(contact, __get_header(req, "Contact", &start), sizeof(contact));