diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-06-09 12:19:28 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-06-09 12:19:28 +0000 |
commit | 06001d99b1f6e9f70d3e5e1c0e01c76573bf7d39 (patch) | |
tree | 1fc1727806ddfe8f7a23fc6fc64a8e4d5bd21cd8 /applications | |
parent | e385f91ff6b0faeea8a9ef04d306bbb888b42513 (diff) |
applications/luci-splash: remove left-over code
Diffstat (limited to 'applications')
-rwxr-xr-x | applications/luci-splash/root/usr/sbin/luci-splash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-splash/root/usr/sbin/luci-splash b/applications/luci-splash/root/usr/sbin/luci-splash index e2bcc557d..c737f2f5f 100755 --- a/applications/luci-splash/root/usr/sbin/luci-splash +++ b/applications/luci-splash/root/usr/sbin/luci-splash @@ -205,7 +205,7 @@ function sync() if v[".type"] == "lease" then if os.difftime(time, tonumber(v.start)) > leasetime then -- Remove expired - remove_rule(v.mac, v.kicked) + remove_rule(v.mac) else -- Rewrite state uci:section("luci_splash", "lease", nil, { |