Merge 0.10->trunk

This commit is contained in:
Kim Alvefur 2017-12-01 04:54:23 +01:00
commit f31e73eb48
3 changed files with 6 additions and 3 deletions

View file

@ -397,7 +397,7 @@ function resolver:AAAA(rr)
end
addr = table.concat(addr, ":"):gsub("%f[%x]0+(%x)","%1");
local zeros = {};
for item in addr:gmatch(":[0:]+:") do
for item in addr:gmatch(":[0:]+:[0:]+:") do
table.insert(zeros, item)
end
if #zeros == 0 then