Skip to content
Snippets Groups Projects

lib/dnssec: rewrite most of NSEC validation code

Merged Vladimír Čunát requested to merge dnssec-nsec-negative into master
Viewing commit cb77f9eb
Next
Show latest version
1 file
+ 1
0
Preferences
Compare changes
+ 1
0
@@ -970,6 +970,7 @@ local function rank_tostring(rank)
table.insert(names, string.lower(name))
end
end
table.sort(names) -- pairs() above doesn't give a stable ordering
return string.format('0%.2o (%s)', rank, table.concat(names, ' '))
end