Browse Source

[master] changelog for #1571

JINMEI Tatuya 13 years ago
parent
commit
023d2257c8
2 changed files with 6 additions and 1 deletions
  1. 5 0
      ChangeLog
  2. 1 1
      src/lib/datasrc/zone.h

+ 5 - 0
ChangeLog

@@ -1,3 +1,8 @@
+365.	[bug]		jinmei
+	libdatasrc: in-memory datasource incorrectly returned delegation
+	for DS lookups.
+	(Trac #1571, git d22e90b5ef94880183cd652e112399b3efb9bd67)
+
 364.	[func]		jinmei
 	b10-auth experimentally supports statistics counters of incoming
 	requests per opcode.  The counters can be (e.g.) shown as

+ 1 - 1
src/lib/datasrc/zone.h

@@ -85,7 +85,7 @@ public:
     /// -# (Normal) empty non terminal: there is no matching (exact or
     ///    wildcard) name, but there is a subdomain with an RR of the query
     ///    name.  This is one case of "Name Error" of the RFC.
-    /// -# Wildcard empty non terminal: similar to 2a, but the empty name
+    /// -# Wildcard empty non terminal: similar to 2, but the empty name
     ///    is a wildcard, and matches the query name by wildcard expansion.
     ///    This is a special case of "Name Error" of the RFC.
     /// -# Wildcard no data: there is no exact match name, but there is a