mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-02 15:45:25 +00:00
2211. [func] Update "dynamic update temporarily disabled" message.
[RT #17065]
This commit is contained in:
3
CHANGES
3
CHANGES
@@ -1,3 +1,6 @@
|
|||||||
|
2211. [func] Update "dynamic update temporarily disabled" message.
|
||||||
|
[RT #17065]
|
||||||
|
|
||||||
2210. [bug] Deleting class specific records via UPDATE could
|
2210. [bug] Deleting class specific records via UPDATE could
|
||||||
fail. [RT #17074]
|
fail. [RT #17074]
|
||||||
|
|
||||||
|
@@ -15,7 +15,7 @@
|
|||||||
* PERFORMANCE OF THIS SOFTWARE.
|
* 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>
|
#include <config.h>
|
||||||
|
|
||||||
@@ -2456,7 +2456,9 @@ update_action(isc_task_t *task, isc_event_t *event) {
|
|||||||
ISC_FALSE));
|
ISC_FALSE));
|
||||||
|
|
||||||
if (dns_zone_getupdatedisabled(zone))
|
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.
|
* Perform the Update Section Prescan.
|
||||||
|
Reference in New Issue
Block a user