mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 23:32:05 -04:00
fix typo
This commit is contained in:
parent
da4a8c89a8
commit
c46b6864af
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue