Bläddra i källkod

acc_radius: replace STR_PARAM with PARAM_STRING

Alekzander Spiridonov 11 år sedan
förälder
incheckning
2044937e95
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      modules/acc_radius/acc_radius_mod.c

+ 2 - 2
modules/acc_radius/acc_radius_mod.c

@@ -95,11 +95,11 @@ static cmd_export_t cmds[] = {
 
 
 
 
 static param_export_t params[] = {
 static param_export_t params[] = {
-	{"radius_config",        STR_PARAM, &radius_config        },
+	{"radius_config",        PARAM_STRING, &radius_config        },
 	{"radius_flag",          INT_PARAM, &radius_flag          },
 	{"radius_flag",          INT_PARAM, &radius_flag          },
 	{"radius_missed_flag",   INT_PARAM, &radius_missed_flag   },
 	{"radius_missed_flag",   INT_PARAM, &radius_missed_flag   },
 	{"service_type",         INT_PARAM, &service_type         },
 	{"service_type",         INT_PARAM, &service_type         },
-	{"radius_extra",         STR_PARAM, &rad_extra_str        },
+	{"radius_extra",         PARAM_STRING, &rad_extra_str        },
 	{0,0,0}
 	{0,0,0}
 };
 };