]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
1812. [port] win32: IN6_IS_ADDR_UNSPECIFIED macro is incorrect.
authorMark Andrews <marka@isc.org>
Wed, 9 Feb 2005 03:47:13 +0000 (03:47 +0000)
committerMark Andrews <marka@isc.org>
Wed, 9 Feb 2005 03:47:13 +0000 (03:47 +0000)
                        [RT #13453]

CHANGES

diff --git a/CHANGES b/CHANGES
index 3474c3ae8505aac8fb9cf99524a42d2ae4d7563e..e22af336f291aee0e2701c7c9480f341bc0ec598 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+1812.  [port]          win32: IN6_IS_ADDR_UNSPECIFIED macro is incorrect.
+                       [RT #13453]
+
 1808.  [bug]           zone.c:notify_zone() contained a race condition,
                        zone->db could change underneath it.  [RT #13511]