diff options
Diffstat (limited to 'apt-panopticon.lua')
-rwxr-xr-x | apt-panopticon.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apt-panopticon.lua b/apt-panopticon.lua index 62acbf25..8b02626 100755 --- a/apt-panopticon.lua +++ b/apt-panopticon.lua | |||
@@ -606,7 +606,8 @@ local getMirrors = function () | |||
606 | elseif "Protocols" == t then | 606 | elseif "Protocols" == t then |
607 | local prot = {} | 607 | local prot = {} |
608 | for w in d:gmatch("(%w+)") do | 608 | for w in d:gmatch("(%w+)") do |
609 | prot[w] = true; | 609 | -- prot[w] = true; |
610 | if APT.search(APT.protocols, w:lower()) then prot[w] = true end | ||
610 | end | 611 | end |
611 | m[t] = prot | 612 | m[t] = prot |
612 | elseif "Active" == t and nil == d:sub(1, 3):find("yes", 1, true) then | 613 | elseif "Active" == t and nil == d:sub(1, 3):find("yes", 1, true) then |