projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1bff19f
)
Fix bad fix.
author
Olle Johansson
<oej@edvina.net>
Sun, 5 Mar 2006 14:07:06 +0000
(14:07 +0000)
committer
Olle Johansson
<oej@edvina.net>
Sun, 5 Mar 2006 14:07:06 +0000
(14:07 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@11914
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
channels/chan_sip.c
patch
|
blob
|
history
diff --git
a/channels/chan_sip.c
b/channels/chan_sip.c
index
91a1e0d
..
8990c1c
100644
(file)
--- 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;
- static struct ast_flags debugflag = {0};
+ struct ast_flags debugflag = {0};
cfg = ast_config_load(config);