From 1e56bb821b6ab54d84093014fcb8e3e4967c9cfb Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Tue, 26 May 2015 12:20:15 +0200 Subject: [PATCH] Align CERTRecordContent to 8-byte boundries --- pdns/dnsrecords.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/dnsrecords.hh b/pdns/dnsrecords.hh index eb78613bae..676bec05fb 100644 --- a/pdns/dnsrecords.hh +++ b/pdns/dnsrecords.hh @@ -344,8 +344,8 @@ public: private: uint16_t d_type, d_tag; - uint8_t d_algorithm; string d_certificate; + uint8_t d_algorithm; }; class TLSARecordContent : public DNSRecordContent -- 2.47.3