Explorar el Código

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

svn:r17520
Nick Mathewson hace 17 años
padre
commit
b32bac88e8
Se han modificado 1 ficheros con 1 adiciones y 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"),