mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-02 07:35:26 +00:00
update copyright notice
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
* PERFORMANCE OF THIS SOFTWARE.
|
* PERFORMANCE OF THIS SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id: update.c,v 1.172 2009/12/03 23:18:16 each Exp $ */
|
/* $Id: update.c,v 1.173 2009/12/03 23:48:22 tbox Exp $ */
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
@@ -4123,8 +4123,8 @@ update_action(isc_task_t *task, isc_event_t *event) {
|
|||||||
if (had_dnskey && !has_dnskey) {
|
if (had_dnskey && !has_dnskey) {
|
||||||
update_log(client, zone, LOGLEVEL_PROTOCOL,
|
update_log(client, zone, LOGLEVEL_PROTOCOL,
|
||||||
"update rejected: all DNSKEY "
|
"update rejected: all DNSKEY "
|
||||||
"records removed and "
|
"records removed and "
|
||||||
"'dnssec-secure-to-insecure' "
|
"'dnssec-secure-to-insecure' "
|
||||||
"not set");
|
"not set");
|
||||||
result = DNS_R_REFUSED;
|
result = DNS_R_REFUSED;
|
||||||
goto failure;
|
goto failure;
|
||||||
|
Reference in New Issue
Block a user