Parcourir la source

[1539] updated the comment in unsupportedRequest about supported opcodes.

so that it matches latest implementation status (and the statement is
generic and won't have to be updated this way again)
JINMEI Tatuya il y a 13 ans
Parent
commit
d70c06df29
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/lib/testutils/srv_test.cc

+ 1 - 1
src/lib/testutils/srv_test.cc

@@ -100,7 +100,7 @@ void
 SrvTestBase::unsupportedRequest() {
     for (unsigned int i = 0; i < 16; ++i) {
         // set Opcode to 'i', which iterators over all possible codes except
-        // the standard query and notify 
+        // the standard opcodes we support.
         if (i == isc::dns::Opcode::QUERY().getCode() ||
             i == isc::dns::Opcode::NOTIFY().getCode() ||
             i == isc::dns::Opcode::UPDATE().getCode()) {