]> git.ipfire.org Git - thirdparty/bind9.git/commit
Restore the dns_message_reset() call before the dns_dispatch_getnext()
authorMark Andrews <marka@isc.org>
Wed, 7 Oct 2020 23:55:35 +0000 (10:55 +1100)
committerMark Andrews <marka@isc.org>
Wed, 7 Oct 2020 23:55:35 +0000 (10:55 +1100)
commit1f63bb15b3ce0984ecf1971c2736477e5c3ac67f
treeb3ee18204181e68dfe37f8982bdc7e5428937d32
parent372142d371223f6cfb7e32e0b57e25dfa1696fea
Restore the dns_message_reset() call before the dns_dispatch_getnext()

This was accidentally lost in the process of moving rmessage from fctx
to query.  Without this dns_message_setclass() will fail.
lib/dns/resolver.c