From eb1c3685db9af6d1e6d30cf859d0e5b493b7807f Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Thu, 19 Feb 2009 21:14:56 +0000 Subject: [PATCH] applications/luci-splash: fix crash in splashd --- applications/luci-splash/root/usr/bin/luci-splashd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/luci-splash/root/usr/bin/luci-splashd b/applications/luci-splash/root/usr/bin/luci-splashd index 267fbdf0a..946c6966a 100755 --- a/applications/luci-splash/root/usr/bin/luci-splashd +++ b/applications/luci-splash/root/usr/bin/luci-splashd @@ -16,7 +16,7 @@ while true do if client then client:settimeout(1) local srv - local ip = luci.ip.IPv4(client:getpeername()) + local ip = luci.ip.IPv4((client:getpeername())) uci:foreach("network", "interface", function (section) if section.ipaddr then -- 2.25.1