aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/apt-panopticommon.lua
diff options
context:
space:
mode:
authoronefang2020-07-20 22:34:45 +1000
committeronefang2020-07-20 22:34:45 +1000
commit670f5031e919b4b609352a4f6dfb183ea114bc32 (patch)
tree57a4cf0821c409d12c6a01ab3c86f02cb8c1ea96 /apt-panopticommon.lua
parentIf a thing is untested, mark it as so. (diff)
downloadapt-panopticon-670f5031e919b4b609352a4f6dfb183ea114bc32.zip
apt-panopticon-670f5031e919b4b609352a4f6dfb183ea114bc32.tar.gz
apt-panopticon-670f5031e919b4b609352a4f6dfb183ea114bc32.tar.bz2
apt-panopticon-670f5031e919b4b609352a4f6dfb183ea114bc32.tar.xz
TODO++
Diffstat (limited to 'apt-panopticommon.lua')
-rw-r--r--apt-panopticommon.lua2
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)
815end 815end
816 816
817APT.doRRD = function(l, k, v, o) 817APT.doRRD = function(l, k, v, o)
818-- Quick hack. 818-- TODO - Quick hack, fix it later.
819if k == APT.options.roundRobin.value then return end 819if 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)