Parcourir la source

[1309] revised comment about unknown 'find' code.

JINMEI Tatuya il y a 13 ans
Parent
commit
b3af32e148
1 fichiers modifiés avec 3 ajouts et 4 suppressions
  1. 3 4
      src/bin/auth/query.cc

+ 3 - 4
src/bin/auth/query.cc

@@ -356,10 +356,9 @@ Query::process() {
                 }
                 break;
             default:
-                // These are new result codes (WILDCARD and WILDCARD_NXRRSET)
-                // They should not happen from the in-memory and the database
-                // backend isn't used yet.
-                // TODO: Implement before letting the database backends in
+                // This is basically a bug of the data source implementation,
+                // but could also happen in the middle of development where
+                // we try to add a new result code.
                 isc_throw(isc::NotImplemented, "Unknown result code");
                 break;
         }