mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-27 03:51:16 -05:00
silence ininitialised
This commit is contained in:
parent
0838b3c02f
commit
bb4e0bd8e8
1 changed files with 2 additions and 3 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue