Skip to content
Snippets Groups Projects
Commit 5369ee92 authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Make it compile on Linux

svn:r2600
parent 8cefc861
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment