From: JINMEI Tatuya Date: Tue, 22 May 2012 01:15:42 +0000 (-0700) Subject: [1539] updated the comment in unsupportedRequest about supported opcodes. X-Git-Tag: trac2351_base~226^2~85^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d70c06df29e24e8a7a258728ce419e27372c91f9;p=thirdparty%2Fkea.git [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) --- diff --git a/src/lib/testutils/srv_test.cc b/src/lib/testutils/srv_test.cc index 12f71a1fd3..d686da69a8 100644 --- a/src/lib/testutils/srv_test.cc +++ b/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()) {