From c314efc295ef357960fa446490561ddf342c1b36 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Fri, 10 Jan 2003 02:37:44 +0000 Subject: [PATCH] add comment --- bin/named/update.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/bin/named/update.c b/bin/named/update.c index d9fa1cc0f4..7ef9b9507a 100644 --- a/bin/named/update.c +++ b/bin/named/update.c @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: update.c,v 1.103 2002/11/12 21:52:44 explorer Exp $ */ +/* $Id: update.c,v 1.104 2003/01/10 02:37:44 marka Exp $ */ #include @@ -2043,6 +2043,12 @@ ns_update_start(ns_client_t *client, isc_result_t sigresult) { dns_zone_detach(&zone); } +/* + * DS records are not allowed to exist without corresponding NS records, + * draft-ietf-dnsext-delegation-signer-11.txt, 2.2 Protocol Change, + * "DS RRsets MUST NOT appear at non-delegation points or at a zone's apex". + */ + static isc_result_t remove_orphaned_ds(dns_db_t *db, dns_dbversion_t *newver, dns_diff_t *diff) { isc_result_t result;