aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rwxr-xr-xapt-panopticon.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/apt-panopticon.lua b/apt-panopticon.lua
index 5d6cb70..042e510 100755
--- a/apt-panopticon.lua
+++ b/apt-panopticon.lua
@@ -1163,6 +1163,7 @@ if 0 < #arg then
1163 checkFiles(pu.host, pu.host, pu.path:sub(1, -1), file); 1163 checkFiles(pu.host, pu.host, pu.path:sub(1, -1), file);
1164 end 1164 end
1165 else 1165 else
1166 if "-6" == APT.IPv46 then arg[2] = '[' .. arg[2] .. ']' end
1166 checkHost(pu.host, pu.host, pu.path, arg[2], arg[3]) 1167 checkHost(pu.host, pu.host, pu.path, arg[2], arg[3])
1167 end 1168 end
1168 1169