]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
make 'when' isc_stdtime_t in set_key_expiry_warning
authorMark Andrews <marka@isc.org>
Mon, 30 Jan 2012 00:06:13 +0000 (00:06 +0000)
committerMark Andrews <marka@isc.org>
Mon, 30 Jan 2012 00:06:13 +0000 (00:06 +0000)
lib/dns/zone.c

index 0c1326544debc4c6cb59da0624da22de727726ea..ab6b28322ca99b53b84b196aef82249a84d19ee3 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: zone.c,v 1.666 2012/01/27 23:46:58 tbox Exp $ */
+/* $Id: zone.c,v 1.667 2012/01/30 00:06:13 marka Exp $ */
 
 /*! \file */
 
@@ -5002,7 +5002,7 @@ offline(dns_db_t *db, dns_dbversion_t *ver, dns_diff_t *diff, dns_name_t *name,
 }
 
 static void
-set_key_expiry_warning(dns_zone_t *zone, isc_uint64_t when, isc_stdtime_t now)
+set_key_expiry_warning(dns_zone_t *zone, isc_stdtime_t when, isc_stdtime_t now)
 {
        unsigned int delta;
        char timebuf[80];