소스 검색

allow BandwidthRate and Burst to be abbrevs in the torrc too

svn:r2744
Roger Dingledine 21 년 전
부모
커밋
a972589bdb
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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