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:
6da31b4
)
global_contact_ha was renamed in trunk
author
Tilghman Lesher
<tilghman@meg.abyt.es>
Sat, 2 Jan 2010 16:35:35 +0000
(16:35 +0000)
committer
Tilghman Lesher
<tilghman@meg.abyt.es>
Sat, 2 Jan 2010 16:35:35 +0000
(16:35 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@237213
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
77ff87a
..
93c9b8c
100644
(file)
--- a/
channels/chan_sip.c
+++ b/
channels/chan_sip.c
@@
-27078,7
+27078,7
@@
static int unload_module(void)
ao2_t_ref(threadt, -1, "unref the thread table");
clear_sip_domains();
- ast_free_ha(global_contact_ha);
+ ast_free_ha(sip_cfg.contact_ha);
close(sipsock);
sched_context_destroy(sched);
con = ast_context_find(used_context);