]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorAutomatic Updater <source@isc.org>
Thu, 3 Dec 2009 23:48:22 +0000 (23:48 +0000)
committerAutomatic Updater <source@isc.org>
Thu, 3 Dec 2009 23:48:22 +0000 (23:48 +0000)
bin/named/update.c

index 02fe721e61a5f94436cda22f6ce20888cf3b3de8..32feb5a11f3a967a83ac9710b121212dfb2cc56e 100644 (file)
@@ -15,7 +15,7 @@
  * 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>
 
@@ -4123,8 +4123,8 @@ update_action(isc_task_t *task, isc_event_t *event) {
                        if (had_dnskey && !has_dnskey) {
                                update_log(client, zone, LOGLEVEL_PROTOCOL,
                                           "update rejected: all DNSKEY "
-                                           "records removed and "
-                                           "'dnssec-secure-to-insecure' "
+                                          "records removed and "
+                                          "'dnssec-secure-to-insecure' "
                                           "not set");
                                result = DNS_R_REFUSED;
                                goto failure;