[sr-dev] git:master: mtree: fixet mt_tree_type param name

Daniel-Constantin Mierla miconda at gmail.com
Mon Mar 15 12:18:17 CET 2010


Module: sip-router
Branch: master
Commit: d0716521f3b4e2c3dd308ff5897756e016802e51
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d0716521f3b4e2c3dd308ff5897756e016802e51

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   Mon Mar 15 12:04:04 2010 +0100

mtree: fixet mt_tree_type param name

---

 modules/mtree/mtree_mod.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/mtree/mtree_mod.c b/modules/mtree/mtree_mod.c
index 3c204a6..9eea87e 100644
--- a/modules/mtree/mtree_mod.c
+++ b/modules/mtree/mtree_mod.c
@@ -134,7 +134,7 @@ static param_export_t params[]={
 	{"pv_dstid",       STR_PARAM, &dstid_param.s},
 	{"pv_weight",      STR_PARAM, &weight_param.s},
 	{"pv_count",       STR_PARAM, &count_param.s},
-	{"_mt_tree_type",  INT_PARAM, &_mt_tree_type},
+	{"mt_tree_type",   INT_PARAM, &_mt_tree_type},
 	{0, 0, 0}
 };
 




More information about the sr-dev mailing list