diff options
Diffstat (limited to 'applications')
-rwxr-xr-x | applications/luci-splash/root/usr/bin/luci-splashd | 2 |
1 files changed, 1 insertions, 1 deletions
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 |