Fix bad fix.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@11914 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Olle Johansson 2006-03-05 14:07:06 +00:00
parent 1bff19f219
commit 5bf234f2ba
1 changed files with 1 additions and 1 deletions

View File

@ -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;
static struct ast_flags debugflag = {0};
struct ast_flags debugflag = {0};
cfg = ast_config_load(config);