Make it compile on Linux

svn:r2600
This commit is contained in:
Nick Mathewson
2004-10-27 03:42:09 +00:00
parent b63819c7f0
commit af19eae8a5
+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