Software /
code /
prosody
File
teal-src/util/bitcompat.d.tl @ 12813:4be161c25e14
net.resolvers.service: Fix reporting of Bogus DNSSEC results
The order of checks led to Bogus results being reported with a generic
"unable to resolve service". This had no practical effects as such
results are simply empty and the process would stop there.
Tested by attempting to establish s2s with dnssec-bogus.sg and observing
the error reply.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Wed, 21 Dec 2022 23:46:37 +0100 |
parent | 12620:09d86413c3c5 |
line wrap: on
line source
local record lib band : function (integer, integer, ... : integer) : integer bor : function (integer, integer, ... : integer) : integer bxor : function (integer, integer, ... : integer) : integer lshift : function (integer, integer) : integer rshift : function (integer, integer) : integer end return lib