From 06001d99b1f6e9f70d3e5e1c0e01c76573bf7d39 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Tue, 9 Jun 2009 12:19:28 +0000 Subject: [PATCH] applications/luci-splash: remove left-over code --- applications/luci-splash/root/usr/sbin/luci-splash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/luci-splash/root/usr/sbin/luci-splash b/applications/luci-splash/root/usr/sbin/luci-splash index e2bcc557d2..c737f2f5fb 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, { -- 2.30.2