aboutsummaryrefslogtreecommitdiff
path: root/src/or/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/config.c')
-rw-r--r--src/or/config.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/config.c b/src/or/config.c
index 12437317e..66aa4918e 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