From: Jo-Philipp Wich Date: Thu, 19 Feb 2009 21:14:56 +0000 (+0000) Subject: applications/luci-splash: fix crash in splashd X-Git-Tag: 0.9.0~668 X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=eb1c3685db9af6d1e6d30cf859d0e5b493b7807f applications/luci-splash: fix crash in splashd --- 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