diff --git a/CHANGES b/CHANGES index 8bd9f27247..c21de60ecd 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +2268. [bug] 0.IN-ADDR.ARPA was missing from the empty zones + list. + --- 9.5.0b1 released --- 2267. [bug] Radix tree node_num value could be set incorrectly, diff --git a/bin/named/server.c b/bin/named/server.c index 2a46880163..802c6af056 100644 --- a/bin/named/server.c +++ b/bin/named/server.c @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: server.c,v 1.493 2007/11/26 02:43:53 marka Exp $ */ +/* $Id: server.c,v 1.494 2007/12/02 18:56:03 marka Exp $ */ /*! \file */ @@ -201,6 +201,7 @@ static const struct { #endif /* RFC 3330 */ + { "0.IN-ADDR.ARPA", ISC_FALSE }, /* THIS NETWORK */ { "127.IN-ADDR.ARPA", ISC_FALSE }, /* LOOPBACK */ { "254.169.IN-ADDR.ARPA", ISC_FALSE }, /* LINK LOCAL */ { "2.0.192.IN-ADDR.ARPA", ISC_FALSE }, /* TEST NET */