]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Added [RT #399] tags
authorBrian Wellington <source@isc.org>
Fri, 13 Oct 2000 21:44:07 +0000 (21:44 +0000)
committerBrian Wellington <source@isc.org>
Fri, 13 Oct 2000 21:44:07 +0000 (21:44 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index a931ada0123fc4c4ee11fc40e93f21e17ee667dc..05a376e5f9f21e3a7224b0426fb2a3c14db5df0a 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,14 +1,15 @@
  518.  [bug]           The resolver did not realize that a DNAME which was
                        "the answer" to the client's query was "the answer",
-                       and such queries would fail.
+                       and such queries would fail. [RT #399]
 
  517.  [bug]           The resolver's DNAME code would trigger an assertion
                        if there was more than one DNAME in the chain.
+                       [RT #399]
 
  516.  [bug]           Cache lookups which had a NULL node pointer, e.g.
                        those by dns_view_find(), and which would match a
                        DNAME, would trigger an INSIST(!search.need_cleanup)
-                       assertion.
+                       assertion. [RT #399]
 
  515.  [bug]           The ssu table was not beinge attached / detached
                        by dns_zone_[sg]etssutable.  [RT#397]