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

index 103786e16f1a97768c16cd0a432bb9a0e8bc53b9..f4f6a85e56a9c840d3f6e7ad9a8f14c9421c6ebf 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: zone.c,v 1.540.2.12 2010/01/22 01:35:06 each Exp $ */
+/* $Id: zone.c,v 1.540.2.13 2010/01/22 01:46:43 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;
                }