diff --git a/CHANGES b/CHANGES index c7ca509cc5..706d12bf0a 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +2211. [func] Update "dynamic update temporarily disabled" message. + [RT #17065] + 2210. [bug] Deleting class specific records via UPDATE could fail. [RT #17074] diff --git a/bin/named/update.c b/bin/named/update.c index e57f957b77..e5595d7223 100644 --- a/bin/named/update.c +++ b/bin/named/update.c @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: update.c,v 1.134 2007/06/18 23:47:19 tbox Exp $ */ +/* $Id: update.c,v 1.135 2007/08/14 00:36:43 marka Exp $ */ #include @@ -2456,7 +2456,9 @@ update_action(isc_task_t *task, isc_event_t *event) { ISC_FALSE)); if (dns_zone_getupdatedisabled(zone)) - FAILC(DNS_R_REFUSED, "dynamic update temporarily disabled"); + FAILC(DNS_R_REFUSED, "dynamic update temporarily disabled " + "because the zone is frozen. Use " + "'rndc thaw' to re-enable updates."); /* * Perform the Update Section Prescan.