dect
/
asterisk
Archived
13
0
Fork 0

global_contact_ha was renamed in trunk

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@237213 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
tilghman 2010-01-02 16:35:35 +00:00
parent 99a6da6b87
commit 484fd7c9a4
1 changed files with 1 additions and 1 deletions

View File

@ -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);