Selaa lähdekoodia

mtree: fixet mt_tree_type param name

Daniel-Constantin Mierla 15 vuotta sitten
vanhempi
commit
d0716521f3
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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}
 };