Explorar o código

allow BandwidthRate and Burst to be abbrevs in the torrc too

svn:r2744
Roger Dingledine %!s(int64=21) %!d(string=hai) anos
pai
achega
a972589bdb
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/or/config.c

+ 2 - 2
src/or/config.c

@@ -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