git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@11889 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Olle Johansson
2006-03-05 13:52:26 +00:00
parent 6730f817fd
commit 13a3c7299a
2 changed files with 2 additions and 2 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;
int debugflag;
static struct ast_flags debugflag = {0};
cfg = ast_config_load(config);