Module: sip-router Branch: master Commit: fb39052ff574c133c74f1f0a1c8d5f43b5bc93be URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=fb39052f...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: Thu Jul 8 12:34:40 2010 +0200
tmx: use TM api function to get tm table
- fix missing symbol for mode=debug, reported by Santiago Gimeno
---
modules_k/tmx/t_mi.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules_k/tmx/t_mi.c b/modules_k/tmx/t_mi.c index 54c9ff1..84288df 100644 --- a/modules_k/tmx/t_mi.c +++ b/modules_k/tmx/t_mi.c @@ -706,7 +706,7 @@ struct mi_root* mi_tm_hash(struct mi_root* cmd_tree, void* param) if (rpl_tree==0) return 0; rpl = &rpl_tree->node; - tm_t = get_tm_table(); + tm_t = _tmx_tmb.get_table();
for (i=0; i<TABLE_ENTRIES; i++) { if(tm_t->entries[i].cur_entries==0