From: ihsinme <61293369+ihsinme@users.noreply.github.com> Date: Mon, 12 Oct 2020 15:44:26 +0000 (+0300) Subject: fix the initialization order in the class. X-Git-Tag: auth-4.4.0-alpha2~37^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F9599%2Fhead;p=thirdparty%2Fpdns.git fix the initialization order in the class. --- diff --git a/pdns/axfr-retriever.hh b/pdns/axfr-retriever.hh index 63f33240d6..6c1aba8ab3 100644 --- a/pdns/axfr-retriever.hh +++ b/pdns/axfr-retriever.hh @@ -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; };