]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
899. [bug] lib/dns/soa.c failed to compile on many platforms
authorAndreas Gustafsson <source@isc.org>
Mon, 11 Jun 2001 18:58:03 +0000 (18:58 +0000)
committerAndreas Gustafsson <source@isc.org>
Mon, 11 Jun 2001 18:58:03 +0000 (18:58 +0000)
                        due to inappropriate use of a void value.
                        [RT #1372, #1373, #1386, #1387, #1395]

CHANGES

diff --git a/CHANGES b/CHANGES
index 8fb0b1b9ec285f5c08388cbf4c1d2fe042cfaca3..d1d716ae01291929e254dde9d6c31366259ea5d6 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,10 @@
 
        --- 9.2.0a2 released ---
 
+ 899.  [bug]           lib/dns/soa.c failed to compile on many platforms
+                       due to inappropriate use of a void value.
+                       [RT #1372, #1373, #1386, #1387, #1395]
+
  898.  [bug]           "dig" failed to set a nonzero exit status
                        on UDP query timeout. [RT #1323]