From: Otto Moerbeek Date: Wed, 7 Dec 2022 12:30:19 +0000 (+0100) Subject: Apply suggestions from code review X-Git-Tag: dnsdist-1.8.0-rc1~185^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bca5ab3a353ac1dcf1171176bee6c22bd4ed92b0;p=thirdparty%2Fpdns.git Apply suggestions from code review Co-authored-by: Peter van Dijk --- diff --git a/pdns/qtype.hh b/pdns/qtype.hh index ab9d713c63..e66dbefff5 100644 --- a/pdns/qtype.hh +++ b/pdns/qtype.hh @@ -135,7 +135,7 @@ public: const static uint16_t rfc6895MetaLowerBound = 128; const static uint16_t rfc6895MetaUpperBound = 254; // Note 255: ANY is not included - const static uint16_t rfc6896Reserved = 65535; + const static uint16_t rfc6895Reserved = 65535; const static map names; const static map numbers; diff --git a/pdns/syncres.hh b/pdns/syncres.hh index b7c27de8a4..499e2d355d 100644 --- a/pdns/syncres.hh +++ b/pdns/syncres.hh @@ -446,7 +446,7 @@ public: case QType::ENT: // aka TYPE0 case QType::ADDR: // RFC - case QType::rfc6896Reserved: + case QType::rfc6895Reserved: // Other case QType::RRSIG: case QType::NSEC3: // what about NSEC?