summaryrefslogtreecommitdiff
path: root/channels/chan_sip.c
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2010-01-02 16:35:35 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2010-01-02 16:35:35 +0000
commit0078b3bc5c661eb7e96811a62a8d77705aee0830 (patch)
tree2518c4dc023bc0158f241cbe9034bbc3ea9123bc /channels/chan_sip.c
parent6da31b48d766db2a99977a22838f80ff8855fde2 (diff)
global_contact_ha was renamed in trunk
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@237213 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels/chan_sip.c')
-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 77ff87a51..93c9b8cdc 100644
--- 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);