From 1b6c952734c4c9193954de9dbaca30c45b0d5b2f Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Fri, 22 May 2015 18:19:44 +0200 Subject: [PATCH] Align SuffixMatchNode on an 8-byte boundry --- pdns/dnsname.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/dnsname.hh b/pdns/dnsname.hh index 542c85fa3c..c22bc6619e 100644 --- a/pdns/dnsname.hh +++ b/pdns/dnsname.hh @@ -92,8 +92,8 @@ struct SuffixMatchNode {} std::string name; std::string d_human; - mutable bool endNode; mutable std::set children; + mutable bool endNode; bool operator<(const SuffixMatchNode& rhs) const { return strcasecmp(name.c_str(), rhs.name.c_str()) < 0; -- 2.47.3