]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
allow BandwidthRate and Burst to be abbrevs in the torrc too
authorRoger Dingledine <arma@torproject.org>
Tue, 9 Nov 2004 10:30:06 +0000 (10:30 +0000)
committerRoger Dingledine <arma@torproject.org>
Tue, 9 Nov 2004 10:30:06 +0000 (10:30 +0000)
svn:r2744

src/or/config.c

index 12437317ee61b155bc93ab1d1e26437d09eed09b..66aa4918ed1553b48accc33e78cf0f7a17638554 100644 (file)
@@ -55,8 +55,8 @@ static config_abbrev_t config_abbrevs[] = {
   PLURAL(RendNode),
   PLURAL(RendExcludeNode),
   { "l", "Log", 1},
-  { "BandwidthRate", "BandwidthRateBytes", 1},
-  { "BandwidthBurst", "BandwidthBurstBytes", 1},
+  { "BandwidthRate", "BandwidthRateBytes", 0},
+  { "BandwidthBurst", "BandwidthBurstBytes", 0},
   { NULL, NULL , 0},
 };
 #undef PLURAL