projects
/
project
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85cba95
)
* Fixed luci-splash again
author
Steven Barth
<steven@midlink.org>
Sun, 27 Apr 2008 23:29:38 +0000
(23:29 +0000)
committer
Steven Barth
<steven@midlink.org>
Sun, 27 Apr 2008 23:29:38 +0000
(23:29 +0000)
contrib/package/ffluci-splash/src/luci-splash.lua
patch
|
blob
|
history
diff --git
a/contrib/package/ffluci-splash/src/luci-splash.lua
b/contrib/package/ffluci-splash/src/luci-splash.lua
index
72b6349
..
ff876c3
100644
(file)
--- a/
contrib/package/ffluci-splash/src/luci-splash.lua
+++ b/
contrib/package/ffluci-splash/src/luci-splash.lua
@@
-73,7
+73,7
@@
function remove_lease(mac)
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