From: Otto Moerbeek Date: Wed, 23 Feb 2022 09:18:03 +0000 (+0100) Subject: Do not special case ALIAS and LUA, rec has should have no special knowledge of those X-Git-Tag: rec-4.7.0-alpha1~3^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0dd55a762b2802253a488856bbf623525aaf0369;p=thirdparty%2Fpdns.git Do not special case ALIAS and LUA, rec has should have no special knowledge of those --- diff --git a/pdns/syncres.hh b/pdns/syncres.hh index 815724e355..db4dc45ad7 100644 --- a/pdns/syncres.hh +++ b/pdns/syncres.hh @@ -742,8 +742,6 @@ public: // Internal types case QType::ENT: case QType::ADDR: - case QType::ALIAS: - case QType::LUA: return true; } return false;