From 10f9b765ab4659c9ad40803eb708e54b404f699d Mon Sep 17 00:00:00 2001 From: onefang Date: Tue, 24 Dec 2019 15:09:04 +1000 Subject: Clean out left over test. --- apt-panopticon.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apt-panopticon.lua b/apt-panopticon.lua index 0d866d3..5cf776e 100755 --- a/apt-panopticon.lua +++ b/apt-panopticon.lua @@ -443,7 +443,7 @@ checkHost = function (orig, host, path, ip, file) else if orig == host then D("checkHost " .. orig .. "" .. file) - if APT.testing("IPv4") then APT.fork("ionice -c3 ./apt-panopticon.lua " .. sendArgs .. " -o " .. orig .. path .. " " .. file) end + APT.fork("ionice -c3 ./apt-panopticon.lua " .. sendArgs .. " -o " .. orig .. path .. " " .. file) else D("checkHost " .. orig .. " -> " .. host) end end end -- cgit v1.1