summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-splash/root/usr/bin/luci-splashd
diff options
context:
space:
mode:
Diffstat (limited to 'applications/luci-splash/root/usr/bin/luci-splashd')
-rwxr-xr-xapplications/luci-splash/root/usr/bin/luci-splashd2
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