From bca5ab3a353ac1dcf1171176bee6c22bd4ed92b0 Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Wed, 7 Dec 2022 13:30:19 +0100 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Peter van Dijk --- pdns/qtype.hh | 2 +- pdns/syncres.hh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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? -- 2.47.2