]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Align IPSECKEYRecordContent to 8-byte boundries
authorPieter Lexis <pieter.lexis@powerdns.com>
Tue, 26 May 2015 10:15:44 +0000 (12:15 +0200)
committerPieter Lexis <pieter.lexis@powerdns.com>
Fri, 19 Jun 2015 20:51:47 +0000 (22:51 +0200)
pdns/dnsrecords.hh

index 4c184c156a956688ca7d7698f4452b2392708792..eb78613bae8aaa1b7d0324ab17d2186ecff65657 100644 (file)
@@ -108,9 +108,9 @@ public:
   includeboilerplate(IPSECKEY)
 
 private:
+  uint32_t d_ip4;
   string d_gateway, d_publickey;
   string d_ip6;
-  uint32_t d_ip4;
   uint8_t d_preference, d_gatewaytype, d_algorithm;
 };