]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Mark DirPortFrontPage as a FILENAME rather than a STRING. Right now this has no...
authorNick Mathewson <nickm@torproject.org>
Mon, 8 Dec 2008 18:00:34 +0000 (18:00 +0000)
committerNick Mathewson <nickm@torproject.org>
Mon, 8 Dec 2008 18:00:34 +0000 (18:00 +0000)
svn:r17520

src/or/config.c

index 6a60577d0979a46945f410a73a147f703a592590..cf5cf2bd4ca4d18f8a17ac0985e72f5a5ef0e590 100644 (file)
@@ -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"),