From: Evan Hunt Date: Fri, 22 Jan 2010 01:46:43 +0000 (+0000) Subject: fix typo X-Git-Tag: v9.7.0rc2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c359c823a79c2fd5545bff6af322092ebbe5267;p=thirdparty%2Fbind9.git fix typo --- diff --git a/lib/dns/zone.c b/lib/dns/zone.c index 103786e16f1..f4f6a85e56a 100644 --- a/lib/dns/zone.c +++ b/lib/dns/zone.c @@ -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; }