]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[1539] updated the comment in unsupportedRequest about supported opcodes.
authorJINMEI Tatuya <jinmei@isc.org>
Tue, 22 May 2012 01:15:42 +0000 (18:15 -0700)
committerJINMEI Tatuya <jinmei@isc.org>
Tue, 22 May 2012 01:15:42 +0000 (18:15 -0700)
so that it matches latest implementation status (and the statement is
generic and won't have to be updated this way again)

src/lib/testutils/srv_test.cc

index 12f71a1fd3e74781d92756edf76b2da48824a72b..d686da69a8ef2ae475fe97d3c792468e1d4bea81 100644 (file)
@@ -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()) {