]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
fix the initialization order in the class. 9599/head
authorihsinme <61293369+ihsinme@users.noreply.github.com>
Mon, 12 Oct 2020 15:44:26 +0000 (18:44 +0300)
committerGitHub <noreply@github.com>
Mon, 12 Oct 2020 15:44:26 +0000 (18:44 +0300)
pdns/axfr-retriever.hh

index 63f33240d6d5b432c3d6dccb548dcb568f0f2c6e..6c1aba8ab377d5b3cf055d81085b0fc66b4048c6 100644 (file)
@@ -48,9 +48,9 @@ class AXFRRetriever : public boost::noncopyable
     int d_sock;
     int d_soacount;
     ComboAddress d_remote;
+    TSIGRecordContent d_trc;
     TSIGTCPVerifier d_tsigVerifier;
 
     size_t d_receivedBytes;
     size_t d_maxReceivedBytes;
-    TSIGRecordContent d_trc;
 };