[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] r17520: {tor} Mark DirPortFrontPage as a FILENAME rather than a STRING. Ri (tor/trunk/src/or)



Author: nickm
Date: 2008-12-08 13:00:34 -0500 (Mon, 08 Dec 2008)
New Revision: 17520

Modified:
   tor/trunk/src/or/config.c
Log:
Mark DirPortFrontPage as a FILENAME rather than a STRING.  Right now this has no effect.

Modified: tor/trunk/src/or/config.c
===================================================================
--- tor/trunk/src/or/config.c	2008-12-08 16:23:21 UTC (rev 17519)
+++ tor/trunk/src/or/config.c	2008-12-08 18:00:34 UTC (rev 17520)
@@ -184,7 +184,7 @@
   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"),