diff options
-rw-r--r-- | apt-panopticommon.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-panopticommon.lua b/apt-panopticommon.lua index 65a50b8..7f4d8f1 100644 --- a/apt-panopticommon.lua +++ b/apt-panopticommon.lua | |||
@@ -556,7 +556,7 @@ APT.doRRD = function(l, k, v) | |||
556 | results = APT.fill(results) | 556 | results = APT.fill(results) |
557 | APT.createRRD(k) | 557 | APT.createRRD(k) |
558 | APT.updateRRD(results, k) | 558 | APT.updateRRD(results, k) |
559 | if til ~= v then | 559 | if nil ~= v then |
560 | local IPs = v.IPs | 560 | local IPs = v.IPs |
561 | for i, u in pairs(IPs) do | 561 | for i, u in pairs(IPs) do |
562 | if "table" == type(u) then | 562 | if "table" == type(u) then |