Skip to content

Commit

Permalink
aqm: fix premature initialization of sc variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Taht committed Dec 14, 2013
1 parent 8aae3b3 commit 53d9908
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion luci/luci-app-aqm/files/aqm-cbi.lua
Expand Up @@ -60,7 +60,6 @@ c:value("pie")
c:value("sfq")
c.default = "fq_codel"
c.rmempty = true
sc:depends("advanced", "1")

local qos_desc = ""
sc = s:option(ListValue, "script", translate("Queue setup script"))
Expand Down

0 comments on commit 53d9908

Please sign in to comment.