From: Remi Gacogne Date: Thu, 14 Jun 2018 13:30:09 +0000 (+0200) Subject: auth: Reset the TSIG state between queries X-Git-Tag: auth-4.1.4^2~3^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b64288e0daf1ab9e825faf3ec897676377dcf954;p=pdns auth: Reset the TSIG state between queries (cherry picked from commit b79927213eea1989a067711c61471428e092b4c6) --- diff --git a/pdns/dnspacket.cc b/pdns/dnspacket.cc index 872a5e6e7..a32dc1118 100644 --- a/pdns/dnspacket.cc +++ b/pdns/dnspacket.cc @@ -599,6 +599,9 @@ try qtype=mdp.d_qtype; qclass=mdp.d_qclass; + + d_trc = TSIGRecordContent(); + return 0; } catch(std::exception& e) {