diff --git a/src/or/config.c b/src/or/config.c index 12437317ee..66aa4918ed 100644 --- a/src/or/config.c +++ b/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