From b1b37b61da140e5b3df2e6753e5601c9405e4ace Mon Sep 17 00:00:00 2001 From: Automatic Updater Date: Thu, 19 May 2011 23:47:17 +0000 Subject: [PATCH] update copyright notice --- lib/dns/zone.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/dns/zone.c b/lib/dns/zone.c index be3128e591..03cc0f202c 100644 --- a/lib/dns/zone.c +++ b/lib/dns/zone.c @@ -15,7 +15,7 @@ * 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 */ @@ -3650,7 +3650,7 @@ zone_postload(dns_zone_t *zone, dns_db_t *db, isc_time_t loadtime, 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"); @@ -4736,7 +4736,7 @@ del_sigs(dns_zone_t *zone, dns_db_t *db, dns_dbversion_t *ver, dns_name_t *name, } 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 @@ -4753,7 +4753,7 @@ del_sigs(dns_zone_t *zone, dns_db_t *db, dns_dbversion_t *ver, dns_name_t *name, recheck); } - /* + /* * log the key id and algorithm of * the inactive key with no replacement */ @@ -4767,7 +4767,7 @@ del_sigs(dns_zone_t *zone, dns_db_t *db, dns_dbversion_t *ver, dns_name_t *name, "Not deleting.", rrsig.keyid, rrsig.algorithm); - zone->log_key_expired_timer = now + + zone->log_key_expired_timer = now + 3600; } }