summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/Vyatta/Qos/RateLimiter.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Vyatta/Qos/RateLimiter.pm b/lib/Vyatta/Qos/RateLimiter.pm
index d4b3f95..633eb91 100644
--- a/lib/Vyatta/Qos/RateLimiter.pm
+++ b/lib/Vyatta/Qos/RateLimiter.pm
@@ -36,7 +36,7 @@ sub new {
my $class = ref($that) || $that;
my $self = {%fields};
- my $bw = config->returnValue("bandwidth");
+ my $bw = $config->returnValue("bandwidth");
defined $bw or die "$level bandwidth not defined\n";
$self->{_rate} = getRate($bw);