Browse Source

geoip: replace STR_PARAM with PARAM_STRING

Alekzander Spiridonov 11 years ago
parent
commit
341efdf030
1 changed files with 1 additions and 1 deletions
  1. 1 1
      modules/geoip/geoip_mod.c

+ 1 - 1
modules/geoip/geoip_mod.c

@@ -59,7 +59,7 @@ static cmd_export_t cmds[]={
 };
 
 static param_export_t params[]={
-	{"path",     STR_PARAM, &geoip_path},
+	{"path",     PARAM_STRING, &geoip_path},
 	{0, 0, 0}
 };