diff options
author | onefang | 2020-07-20 22:34:45 +1000 |
---|---|---|
committer | onefang | 2020-07-20 22:34:45 +1000 |
commit | 670f5031e919b4b609352a4f6dfb183ea114bc32 (patch) | |
tree | 57a4cf0821c409d12c6a01ab3c86f02cb8c1ea96 | |
parent | If a thing is untested, mark it as so. (diff) | |
download | apt-panopticon-670f5031e919b4b609352a4f6dfb183ea114bc32.zip apt-panopticon-670f5031e919b4b609352a4f6dfb183ea114bc32.tar.gz apt-panopticon-670f5031e919b4b609352a4f6dfb183ea114bc32.tar.bz2 apt-panopticon-670f5031e919b4b609352a4f6dfb183ea114bc32.tar.xz |
TODO++
-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 593fa32..0862b77 100644 --- a/apt-panopticommon.lua +++ b/apt-panopticommon.lua | |||
@@ -815,7 +815,7 @@ APT.updateRRD = function(results, host, ip) | |||
815 | end | 815 | end |
816 | 816 | ||
817 | APT.doRRD = function(l, k, v, o) | 817 | APT.doRRD = function(l, k, v, o) |
818 | -- Quick hack. | 818 | -- TODO - Quick hack, fix it later. |
819 | if k == APT.options.roundRobin.value then return end | 819 | if k == APT.options.roundRobin.value then return end |
820 | APT.collateAll(APT.mirrors, l, k, | 820 | APT.collateAll(APT.mirrors, l, k, |
821 | function(results, ip) | 821 | function(results, ip) |