[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] Make it compile on Linux
Update of /home/or/cvsroot/src/or
In directory moria.mit.edu:/tmp/cvs-serv27021/src/or
Modified Files:
config.c
Log Message:
Make it compile on Linux
Index: config.c
===================================================================
RCS file: /home/or/cvsroot/src/or/config.c,v
retrieving revision 1.188
retrieving revision 1.189
diff -u -d -r1.188 -r1.189
--- config.c 27 Oct 2004 03:08:04 -0000 1.188
+++ config.c 27 Oct 2004 03:42:09 -0000 1.189
@@ -119,7 +119,7 @@
VAR("SysLog", LINELIST, LogOptions),
OBSOLETE("TrafficShaping"),
VAR("User", STRING, User),
- { NULL, NULL, NULL }
+ { NULL, CONFIG_TYPE_OBSOLETE, 0 }
};
#undef VAR
#undef OBSOLETE