allow BandwidthRate and Burst to be abbrevs in the torrc too

svn:r2744
This commit is contained in:
Roger Dingledine
2004-11-09 10:30:06 +00:00
parent 8d8d6b5661
commit a972589bdb
+2 -2
View 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