From 2f96f2bc7ab3eabf5ec4fe8b79bc50ea91366c0f Mon Sep 17 00:00:00 2001 From: Tim Wilkinson Date: Wed, 25 May 2022 21:39:50 -0700 Subject: [PATCH] Really old sysinfo.json dont have link_info --- files/usr/local/bin/mgr/lqm.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/usr/local/bin/mgr/lqm.lua b/files/usr/local/bin/mgr/lqm.lua index 344f7486..6f11eb85 100755 --- a/files/usr/local/bin/mgr/lqm.lua +++ b/files/usr/local/bin/mgr/lqm.lua @@ -355,7 +355,7 @@ function lqm() track.links[link.hostname:lower()] = { type = "DTD" } end end - else + elseif info.link_info then -- If there's no LQM information we fallback on using link information. for ip, link in pairs(info.link_info) do