[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] Add a missing struct initializer field
Update of /home/or/cvsroot/tor/src/or
In directory moria:/tmp/cvs-serv12183/src/or
Modified Files:
config.c
Log Message:
Add a missing struct initializer field
Index: config.c
===================================================================
RCS file: /home/or/cvsroot/tor/src/or/config.c,v
retrieving revision 1.439
retrieving revision 1.440
diff -u -d -r1.439 -r1.440
--- config.c 17 Oct 2005 03:17:29 -0000 1.439
+++ config.c 17 Oct 2005 23:00:08 -0000 1.440
@@ -62,7 +62,7 @@
PLURAL(RendExcludeNode),
PLURAL(StrictEntryNode),
PLURAL(StrictExitNode),
- { "l", "Log", 1},
+ { "l", "Log", 1, 0},
{ "BandwidthRateBytes", "BandwidthRate", 0, 0},
{ "BandwidthBurstBytes", "BandwidthBurst", 0, 0},
{ "DirFetchPostPeriod", "StatusFetchPeriod", 0, 0},