Explorar o código

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

svn:r17520
Nick Mathewson %!s(int64=17) %!d(string=hai) anos
pai
achega
b32bac88e8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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"),