applications/luci-splash: fix crash in splashd

This commit is contained in:
Jo-Philipp Wich 2009-02-19 21:14:56 +00:00
parent cbc49a3b53
commit eb1c3685db

View file

@ -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