2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

2211. [func] Update "dynamic update temporarily disabled" message.

[RT #17065]
This commit is contained in:
Mark Andrews
2007-08-14 00:36:43 +00:00
parent 5059b393e8
commit 6e5e27c38d
2 changed files with 7 additions and 2 deletions

View File

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

View File

@@ -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 <config.h>
@@ -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.