]> git.ipfire.org Git - thirdparty/bind9.git/commit
Map DNS_R_BADTSIG to FORMERR
authorMark Andrews <marka@isc.org>
Wed, 22 Jul 2020 23:47:49 +0000 (09:47 +1000)
committerMark Andrews <marka@isc.org>
Tue, 4 Aug 2020 12:20:37 +0000 (12:20 +0000)
commit20488d6ad36c7b48f043e583ff32eb14ca52f035
tree78d2c66377b86869a2b88cf87adb07f356ba7f0a
parentbf760383e8722ad9a295f07ce21a43d47b0441dd
Map DNS_R_BADTSIG to FORMERR

Now that the log message has been printed set the result code to
DNS_R_FORMERR.  We don't do this via dns_result_torcode() as we
don't want upstream errors to produce FORMERR if that processing
end with DNS_R_BADTSIG.
lib/ns/client.c