From af1a99a13d73126760b755d63ff7ef8c28ca9070 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Tue, 15 May 2001 05:38:11 +0000 Subject: [PATCH] revise description of #829 --- CHANGES | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index da98a8fedb..83ae6c08d6 100644 --- a/CHANGES +++ b/CHANGES @@ -1,9 +1,10 @@ 830. [func] Implement 'rndc status'. - 829. [bug] The DNS_R_ZONECUT result code is only meaningful - for secure zone databases. Queries at zone cut points - in non-secure zones should always return a delegation. + 829. [bug] The DNS_R_ZONECUT result code should only be returned + when an ANY query is made with DNS_DBFIND_GLUEOK set. + In all other ANY query cases, returning the delegation + is better. 828. [bug] The errno value from recvfrom() could be overwritten by logging code. [RT #1293]