Make it compile on Linux

svn:r2600
This commit is contained in:
Nick Mathewson
2004-10-27 03:42:09 +00:00
parent 8cefc861d6
commit 5369ee921e
+1 -1
View File
@@ -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