Browse Source

mtree: fixet mt_tree_type param name

Daniel-Constantin Mierla 15 năm trước cách đây
mục cha
commit
d0716521f3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      modules/mtree/mtree_mod.c

+ 1 - 1
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}
 };