* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: zone.c,v 1.609 2011/05/19 21:29:07 each Exp $ */
+/* $Id: zone.c,v 1.610 2011/05/19 23:47:17 tbox Exp $ */
/*! \file */
namebuf, typebuf,
next.resign - timenow);
dns_rdataset_disassociate(&next);
- } else
+ } else
dns_zone_log(zone, ISC_LOG_WARNING,
"signed dynamic zone has no "
"resign event scheduled");
} else {
/*
* At this point, we've got an RRSIG,
- * which is signed by an inactive key.
+ * which is signed by an inactive key.
* An administrator needs to provide a new
* key/alg, but until that time, we want to
* keep the old RRSIG. Resetting the timer
recheck);
}
- /*
+ /*
* log the key id and algorithm of
* the inactive key with no replacement
*/
"Not deleting.",
rrsig.keyid,
rrsig.algorithm);
- zone->log_key_expired_timer = now +
+ zone->log_key_expired_timer = now +
3600;
}
}