diff options
Diffstat (limited to 'apt-panopticon.lua')
-rwxr-xr-x | apt-panopticon.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apt-panopticon.lua b/apt-panopticon.lua index 502ed6a..6bec6a1 100755 --- a/apt-panopticon.lua +++ b/apt-panopticon.lua | |||
@@ -626,7 +626,6 @@ local getMirrors = function () | |||
626 | elseif "Protocols" == t then | 626 | elseif "Protocols" == t then |
627 | local prot = {} | 627 | local prot = {} |
628 | for w in d:gmatch("(%w+)") do | 628 | for w in d:gmatch("(%w+)") do |
629 | -- prot[w] = true; | ||
630 | if APT.search(APT.protocols, w:lower()) then prot[w] = true end | 629 | if APT.search(APT.protocols, w:lower()) then prot[w] = true end |
631 | end | 630 | end |
632 | m[t] = prot | 631 | m[t] = prot |