summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2012-04-12 03:23:22 -0400
committerChris Buechler <cmb@pfsense.org>2012-04-12 03:24:39 -0400
commitf9519c0ef5ea3ec9f40fc1a8aa407163ae3111f4 (patch)
tree8dbfd7ccd2940b1cca29eeefb81ccdcccee52aa6
parente1fdb47b96e69ec48b6228c93daa5bb2a86d76a1 (diff)
downloadpfsense-f9519c0ef5ea3ec9f40fc1a8aa407163ae3111f4.zip
pfsense-f9519c0ef5ea3ec9f40fc1a8aa407163ae3111f4.tar.gz
fix typo. Ticket #2371
-rw-r--r--etc/inc/shaper.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/shaper.inc b/etc/inc/shaper.inc
index b2de10d..dacdb7e 100644
--- a/etc/inc/shaper.inc
+++ b/etc/inc/shaper.inc
@@ -3242,7 +3242,7 @@ class dnqueue_class extends dummynet_class {
$parent =& $this->GetParent();
$pfq_rule = "queue ". $this->GetNumber() . " config pipe " . $parent->GetNumber();
if ($this->GetQlimit())
- $pfq_rule .= " queue " . $this->GetQimit();
+ $pfq_rule .= " queue " . $this->GetQlimit();
if ($this->GetWeight())
$pfq_rule .= " weight " . $this->GetWeight();
if ($this->GetBuckets())
OpenPOWER on IntegriCloud