2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 22:15:20 +00:00

revise description of #829

This commit is contained in:
Bob Halley
2001-05-15 05:38:11 +00:00
parent 4e9d4ceadf
commit af1a99a13d

View File

@@ -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]