mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Make it compile on Linux
svn:r2600
This commit is contained in:
@@ -119,7 +119,7 @@ static config_var_t config_vars[] = {
|
||||
VAR("SysLog", LINELIST, LogOptions),
|
||||
OBSOLETE("TrafficShaping"),
|
||||
VAR("User", STRING, User),
|
||||
{ NULL, NULL, NULL }
|
||||
{ NULL, CONFIG_TYPE_OBSOLETE, 0 }
|
||||
};
|
||||
#undef VAR
|
||||
#undef OBSOLETE
|
||||
|
||||
Reference in New Issue
Block a user