Module: sip-router
Branch: master
Commit: 91de8b30d3bc5795589549cddaafbf5e7c1fe7df
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=91de8b3…
Author: Jason Penton <jason.penton(a)gmail.com>
Committer: Jason Penton <jason.penton(a)gmail.com>
Date: Thu Oct 30 09:19:06 2014 +0200
modules/tm: fixed typo
---
modules/tm/tm_load.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/tm/tm_load.c b/modules/tm/tm_load.c
index 69f0f2b..8d16a99 100644
--- a/modules/tm/tm_load.c
+++ b/modules/tm/tm_load.c
@@ -148,7 +148,7 @@ int load_tm( struct tm_binds *tmb)
tmb->tm_ctx_get = tm_ctx_get;
#endif
tmb->t_append_branches = t_append_branches;
- tmp->t_load_contacts = t_load_contacts;
+ tmb->t_load_contacts = t_load_contacts;
tmb->t_next_contacts = t_next_contacts;
return 1;
}