diff options
author | onefang | 2021-11-19 23:40:14 +1000 |
---|---|---|
committer | onefang | 2021-11-19 23:40:14 +1000 |
commit | 5668e3a86e03ffaee558202ec53abb137cc000e6 (patch) | |
tree | 9f2ab67c519a3bed5573db91bcebe3decbaf39ca | |
parent | Strip out DNS-RR duplicates. (diff) | |
download | apt-panopticon-5668e3a86e03ffaee558202ec53abb137cc000e6.zip apt-panopticon-5668e3a86e03ffaee558202ec53abb137cc000e6.tar.gz apt-panopticon-5668e3a86e03ffaee558202ec53abb137cc000e6.tar.bz2 apt-panopticon-5668e3a86e03ffaee558202ec53abb137cc000e6.tar.xz |
Don't continue testing mirrors with no IP addresses.
-rwxr-xr-x | apt-panopticon.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apt-panopticon.lua b/apt-panopticon.lua index 7defaad..06a051e 100755 --- a/apt-panopticon.lua +++ b/apt-panopticon.lua | |||
@@ -1106,6 +1106,8 @@ if 0 < #arg then | |||
1106 | ) | 1106 | ) |
1107 | else | 1107 | else |
1108 | E("no IPs for " .. pu.host) | 1108 | E("no IPs for " .. pu.host) |
1109 | APT.logPost() | ||
1110 | return | ||
1109 | end | 1111 | end |
1110 | end | 1112 | end |
1111 | 1113 | ||