From: Mark Andrews Date: Sun, 2 Dec 2007 18:56:03 +0000 (+0000) Subject: 2268. [bug] 0.IN-ADDR.ARPA was missing from the empty zones X-Git-Tag: v9.5.0~295 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=c4dc5966e0a66f4d75677f1634eff3b45baf988e;p=thirdparty%2Fbind9.git 2268. [bug] 0.IN-ADDR.ARPA was missing from the empty zones list. --- diff --git a/CHANGES b/CHANGES index 8bd9f272471..c21de60ecd0 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 2a468801633..802c6af0564 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 */