[or-cvs] allow BandwidthRate and Burst to be abbrevs in the torrc too
    Roger Dingledine 
    arma at seul.org
       
    Tue Nov  9 10:30:09 UTC 2004
    
    
  
Update of /home/or/cvsroot/src/or
In directory moria.mit.edu:/home2/arma/work/onion/cvs/src/or
Modified Files:
	config.c 
Log Message:
allow BandwidthRate and Burst to be abbrevs in the torrc too
Index: config.c
===================================================================
RCS file: /home/or/cvsroot/src/or/config.c,v
retrieving revision 1.233
retrieving revision 1.234
diff -u -d -r1.233 -r1.234
--- config.c	9 Nov 2004 08:01:39 -0000	1.233
+++ config.c	9 Nov 2004 10:30:06 -0000	1.234
@@ -55,8 +55,8 @@
   PLURAL(RendNode),
   PLURAL(RendExcludeNode),
   { "l", "Log", 1},
-  { "BandwidthRate", "BandwidthRateBytes", 1},
-  { "BandwidthBurst", "BandwidthBurstBytes", 1},
+  { "BandwidthRate", "BandwidthRateBytes", 0},
+  { "BandwidthBurst", "BandwidthBurstBytes", 0},
   { NULL, NULL , 0},
 };
 #undef PLURAL
    
    
More information about the tor-commits
mailing list