mirror of https://github.com/aredn/aredn.git
Fix lqm ip lookup (#1096)
This commit is contained in:
parent
139c5f66e5
commit
425253a428
|
@ -710,7 +710,7 @@ do
|
||||||
local lqmstatus = nil
|
local lqmstatus = nil
|
||||||
for _, track in pairs(trackers)
|
for _, track in pairs(trackers)
|
||||||
do
|
do
|
||||||
if track.ip == ipmain then
|
if track.ip == ip then
|
||||||
if track.hidden or track.blocked then
|
if track.hidden or track.blocked then
|
||||||
break
|
break
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue