Browse Source

Mark DirPortFrontPage as a FILENAME rather than a STRING. Right now this has no effect.

svn:r17520
Nick Mathewson 17 years ago
parent
commit
b32bac88e8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/or/config.c

+ 1 - 1
src/or/config.c

@@ -184,7 +184,7 @@ static config_var_t _option_vars[] = {
   OBSOLETE("DirFetchPeriod"),
   V(DirPolicy,                   LINELIST, NULL),
   V(DirPort,                     UINT,     "0"),
-  V(DirPortFrontPage,            STRING,   NULL),
+  V(DirPortFrontPage,            FILENAME, NULL),
   OBSOLETE("DirPostPeriod"),
 #ifdef ENABLE_GEOIP_STATS
   V(DirRecordUsageByCountry,     BOOL,     "0"),