]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorAutomatic Updater <source@isc.org>
Thu, 19 May 2011 23:47:17 +0000 (23:47 +0000)
committerAutomatic Updater <source@isc.org>
Thu, 19 May 2011 23:47:17 +0000 (23:47 +0000)
lib/dns/zone.c

index be3128e591c3d432032a84c2eef4a6795ed31a88..03cc0f202c12fbc241a3f9c71069d9ed8c3e500b 100644 (file)
@@ -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;
                                }
                        }