mirror of https://github.com/aredn/aredn.git
Ignore tracker entries without IPs (#1101)
This commit is contained in:
parent
d1777c016d
commit
6659c59239
|
@ -661,7 +661,9 @@ if l then
|
|||
l:close()
|
||||
for _, tracker in pairs(lqm.trackers)
|
||||
do
|
||||
trackers[tracker.ip] = tracker
|
||||
if tracker.ip then
|
||||
trackers[tracker.ip] = tracker
|
||||
end
|
||||
end
|
||||
end
|
||||
local now = nixio.sysinfo().uptime
|
||||
|
|
Loading…
Reference in New Issue