* Fixed luci-splash again
authorSteven Barth <steven@midlink.org>
Sun, 27 Apr 2008 23:29:38 +0000 (23:29 +0000)
committerSteven Barth <steven@midlink.org>
Sun, 27 Apr 2008 23:29:38 +0000 (23:29 +0000)
contrib/package/ffluci-splash/src/luci-splash.lua

index 72b6349..ff876c3 100644 (file)
@@ -73,7 +73,7 @@ function remove_lease(mac)
        mac = mac:lower()
 
        for k, v in pairs(uci:show("luci_splash").luci_splash) do
        mac = mac:lower()
 
        for k, v in pairs(uci:show("luci_splash").luci_splash) do
-               if v.mac:lower() == mac then
+               if v[".type"] == "lease" and v.mac:lower() == mac then
                        remove_rule(mac)
                        uci:del("luci_splash", k)
                end
                        remove_rule(mac)
                        uci:del("luci_splash", k)
                end