From c46b6864afeb233056f2d669248316d39bb6d708 Mon Sep 17 00:00:00 2001 From: Evan Hunt Date: Fri, 22 Jan 2010 01:46:20 +0000 Subject: [PATCH] fix typo --- lib/dns/zone.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/dns/zone.c b/lib/dns/zone.c index ab9d0f6741..8524cebdff 100644 --- a/lib/dns/zone.c +++ b/lib/dns/zone.c @@ -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; }