From: Remi Gacogne Date: Thu, 14 Jun 2018 13:30:09 +0000 (+0200) Subject: auth: Reset the TSIG state between queries X-Git-Tag: dnsdist-1.3.3~189^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F6738%2Fhead;p=thirdparty%2Fpdns.git auth: Reset the TSIG state between queries --- diff --git a/pdns/dnspacket.cc b/pdns/dnspacket.cc index c3e3b35bf5..7cc5db66bd 100644 --- a/pdns/dnspacket.cc +++ b/pdns/dnspacket.cc @@ -588,6 +588,9 @@ try qtype=mdp.d_qtype; qclass=mdp.d_qclass; + + d_trc = TSIGRecordContent(); + return 0; } catch(std::exception& e) {