From: Roger Dingledine Date: Tue, 9 Nov 2004 10:30:06 +0000 (+0000) Subject: allow BandwidthRate and Burst to be abbrevs in the torrc too X-Git-Tag: debian-version-0.0.8+0.0.9pre5-1~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a972589bdb807b9cc93ad42e26f25a7f6c335f73;p=thirdparty%2Ftor.git allow BandwidthRate and Burst to be abbrevs in the torrc too svn:r2744 --- 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