소스 검색

mtree: fixet mt_tree_type param name

Daniel-Constantin Mierla 15 년 전
부모
커밋
d0716521f3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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_dstid",       STR_PARAM, &dstid_param.s},
 	{"pv_weight",      STR_PARAM, &weight_param.s},
 	{"pv_weight",      STR_PARAM, &weight_param.s},
 	{"pv_count",       STR_PARAM, &count_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}
 	{0, 0, 0}
 };
 };