]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
auth: Reset the TSIG state between queries 6738/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 14 Jun 2018 13:30:09 +0000 (15:30 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 14 Jun 2018 13:30:09 +0000 (15:30 +0200)
pdns/dnspacket.cc

index c3e3b35bf586fb5277620c0942d05a490cbc770d..7cc5db66bdc67938eee0a616ee714f9813a80698 100644 (file)
@@ -588,6 +588,9 @@ try
   
   qtype=mdp.d_qtype;
   qclass=mdp.d_qclass;
+
+  d_trc = TSIGRecordContent();
+
   return 0;
 }
 catch(std::exception& e) {