summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2008-11-16 16:56:06 +0000
committerErmal Luçi <eri@pfsense.org>2008-11-16 16:56:06 +0000
commit6f627d41c0c9f850492fcd4dc2deeea156106168 (patch)
tree1b02353f4cbe97996b811f52add3c70f3515b729 /etc
parent56e5f8472291d7aa837697202c7891e1ad0b4e7f (diff)
downloadpfsense-6f627d41c0c9f850492fcd4dc2deeea156106168.zip
pfsense-6f627d41c0c9f850492fcd4dc2deeea156106168.tar.gz
Its questionable why this function should be available since it will be called when switching from an HFSC queue with childs to a PRIQ which does not have childs.
Either way make a stub available so the interface does not error out. This should fix ticket #1835
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/shaper.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/inc/shaper.inc b/etc/inc/shaper.inc
index 7e678cb..e84475b 100644
--- a/etc/inc/shaper.inc
+++ b/etc/inc/shaper.inc
@@ -847,6 +847,8 @@ function GetEcn() {
return $javascript;
}
+ function &add_queue($interface, &$qname, &$path, &$input_errors) { return; }
+
/*
* Currently this will not be called unless we decide to clonce whole
* queue tree on the 'By Queues' view or support drag&drop on the tree/list
OpenPOWER on IntegriCloud