aboutsummaryrefslogtreecommitdiffstats
path: root/channels
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-03-05 13:52:26 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-03-05 13:52:26 +0000
commitb2767e39f81592c17bcd9281448c48fe7cefadda (patch)
treee1f978f563d38aae47dc6c2254ecfa711341096c /channels
parent5595b12bc86774eba1465e579ee98f7af3d90a2d (diff)
Oops
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@11889 f38db490-d61c-443f-a65b-d21fe96a405b
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 c8954f1ce..91a1e0d0b 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -12339,7 +12339,7 @@ static int reload_config(enum channelreloadreason reason)
int auto_sip_domains = FALSE;
struct sockaddr_in old_bindaddr = bindaddr;
int registry_count = 0, peer_count = 0, user_count = 0;
- int debugflag;
+ static struct ast_flags debugflag = {0};
cfg = ast_config_load(config);