]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
3160. [bug] When printing out a NSEC3 record in multiline form
authorMark Andrews <marka@isc.org>
Wed, 5 Oct 2011 03:48:27 +0000 (03:48 +0000)
committerMark Andrews <marka@isc.org>
Wed, 5 Oct 2011 03:48:27 +0000 (03:48 +0000)
                        the newline was not being printed causing type codes
                        to be run together. [RT #25873]

CHANGES

diff --git a/CHANGES b/CHANGES
index 506e52d8e9b0170bc5ae1a5f6030876ef3ab9dde..cfdc1ddfe2dc5f0157c703bd0ebda53aaac3b62a 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+3160.  [bug]           When printing out a NSEC3 record in multiline form
+                       the newline was not being printed causing type codes
+                       to be run together. [RT #25873]
+                       
 3159.  [bug]           On some platforms, named could assert on startup
                        when running in a chrooted environment without
                        /proc. [RT #25863]