mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 04:13:28 +01:00
Mark DirPortFrontPage as a FILENAME rather than a STRING. Right now this has no effect.
svn:r17520
This commit is contained in:
parent
262dd2bae1
commit
b32bac88e8
@ -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"),
|
||||
|
Loading…
Reference in New Issue
Block a user