summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2010-07-15 10:05:40 -0700
committerStephen Hemminger <stephen.hemminger@vyatta.com>2010-07-15 10:05:40 -0700
commitb8fd01c33871a4ccc344976c5445d820820ce079 (patch)
treef425d7b0170e2af62663d10c7cffcec943abb909
parent2dcbab74ed523de229e549dff188d09957f29d6c (diff)
parent9afa2948d8f6a01d1532d8fd550510d9d39decd7 (diff)
downloadvyatta-cfg-qos-b8fd01c33871a4ccc344976c5445d820820ce079.tar.gz
vyatta-cfg-qos-b8fd01c33871a4ccc344976c5445d820820ce079.zip
Merge branch 'larkspur' of vm:git/vyatta-cfg-qos into larkspur
-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);