]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
silence ininitialised
authorMark Andrews <marka@isc.org>
Thu, 8 Oct 2009 23:58:14 +0000 (23:58 +0000)
committerMark Andrews <marka@isc.org>
Thu, 8 Oct 2009 23:58:14 +0000 (23:58 +0000)
lib/dns/zone.c

index 2511d319b36e04e0d3155a98376a787e6acc84e5..5f03a7db77bbf98d8e77fa3f24739cd3e93999f8 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: zone.c,v 1.512 2009/10/08 23:55:57 marka Exp $ */
+/* $Id: zone.c,v 1.513 2009/10/08 23:58:14 marka Exp $ */
 
 /*! \file */
 
@@ -6458,8 +6458,7 @@ zone_sign(dns_zone_t *zone) {
                                ISC_LIST_APPEND(cleanup, signing, link);
                                dns_dbiterator_pause(signing->dbiterator);
                                finishedakey = ISC_TRUE;
-                               if (!is_ksk && !secureupdated && nkeys != 0 &&
-                                   build_nsec) {
+                               if (!secureupdated && nkeys != 0 && build_nsec) {
                                        /*
                                         * We have finished regenerating the
                                         * zone with a zone signing key.