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 <[email protected]> Committer: Daniel-Constantin Mierla <[email protected]> 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} }; _______________________________________________ sr-dev mailing list [email protected] http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
