BIND 10 trac1309, updated. b3af32e148d004ef5010d37eddccf6df57bdb257 [1309] revised comment about unknown 'find' code.
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Nov 2 18:03:04 UTC 2011
The branch, trac1309 has been updated
via b3af32e148d004ef5010d37eddccf6df57bdb257 (commit)
from 76bbf34210a5cf70853337a9a9f064c07c7aca76 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit b3af32e148d004ef5010d37eddccf6df57bdb257
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Wed Nov 2 11:02:49 2011 -0700
[1309] revised comment about unknown 'find' code.
-----------------------------------------------------------------------
Summary of changes:
src/bin/auth/query.cc | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/bin/auth/query.cc b/src/bin/auth/query.cc
index dae76ce..b2e0234 100644
--- a/src/bin/auth/query.cc
+++ b/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;
}
More information about the bind10-changes
mailing list