From: Pieter Lexis Date: Tue, 26 May 2015 10:29:01 +0000 (+0200) Subject: Align NSEC3PARAMRecordContent to 8-byte boundries X-Git-Tag: dnsdist-1.0.0-alpha1~248^2~77^2~4^2~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3223b639d6a7f2cb1040795a0289cb6eafb89005;p=thirdparty%2Fpdns.git Align NSEC3PARAMRecordContent to 8-byte boundries --- diff --git a/pdns/dnsrecords.hh b/pdns/dnsrecords.hh index b987c0297a..36e9b5acf1 100644 --- a/pdns/dnsrecords.hh +++ b/pdns/dnsrecords.hh @@ -462,8 +462,8 @@ public: uint8_t d_algorithm, d_flags; uint16_t d_iterations; - uint8_t d_saltlength; string d_salt; + uint8_t d_saltlength; };