]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Do not special case ALIAS and LUA, rec has should have no special knowledge of those
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 23 Feb 2022 09:18:03 +0000 (10:18 +0100)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 23 Feb 2022 09:21:12 +0000 (10:21 +0100)
pdns/syncres.hh

index 815724e3559583404c819cd0215ce9a9ba164b5a..db4dc45ad7b2c438d20dbd0d21ee512f3f7f57ef 100644 (file)
@@ -742,8 +742,6 @@ public:
       // Internal types
     case QType::ENT:
     case QType::ADDR:
-    case QType::ALIAS:
-    case QType::LUA:
       return true;
     }
     return false;