]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix typo
authorEvan Hunt <each@isc.org>
Fri, 22 Jan 2010 01:46:20 +0000 (01:46 +0000)
committerEvan Hunt <each@isc.org>
Fri, 22 Jan 2010 01:46:20 +0000 (01:46 +0000)
lib/dns/zone.c

index ab9d0f674175737c1f6b3d47b3a4bb7f20da51af..8524cebdff30f122460d181ee54ed8b9b58e9951 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: zone.c,v 1.555 2010/01/22 01:34:47 each Exp $ */
+/* $Id: zone.c,v 1.556 2010/01/22 01:46:20 each Exp $ */
 
 /*! \file */
 
@@ -13761,7 +13761,7 @@ zone_rekey(dns_zone_t *zone) {
                                     "couldn't update zone keys: %s",
                                     isc_result_totext(result));
                        isc_interval_set(&ival, HOUR, 0);
-                       isc_time_nowplusinterval(&zone->refrekshkeytime, &ival);
+                       isc_time_nowplusinterval(&zone->refreshkeytime, &ival);
                        goto failure;
                }