Module: sip-router Branch: master Commit: 5e9d4e1f600d0138e2788a11bef4eea419fa9815 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=5e9d4e1f...
Author: Jason Penton jason.penton@gmail.com Committer: Jason Penton jason.penton@gmail.com Date: Thu Oct 30 09:18:28 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 7740db8..69f0f2b 100644 --- a/modules/tm/tm_load.c +++ b/modules/tm/tm_load.c @@ -149,7 +149,7 @@ int load_tm( struct tm_binds *tmb) #endif tmb->t_append_branches = t_append_branches; tmp->t_load_contacts = t_load_contacts; - tmp->t_next_contacts = t_next_contacts; + tmb->t_next_contacts = t_next_contacts; return 1; }