mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-29 13:38:26 +00:00
missed one change
This commit is contained in:
parent
7791dd06ea
commit
2eeaed2812
@ -15,7 +15,7 @@
|
||||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: zone.c,v 1.366 2002/04/02 06:53:58 marka Exp $ */
|
||||
/* $Id: zone.c,v 1.367 2002/04/02 08:04:42 marka Exp $ */
|
||||
|
||||
#include <config.h>
|
||||
|
||||
@ -2228,7 +2228,8 @@ zone_needdump(dns_zone_t *zone, unsigned int delay) {
|
||||
if (isc_time_isepoch(&zone->dumptime) ||
|
||||
isc_time_compare(&zone->dumptime, &dumptime) > 0)
|
||||
zone->dumptime = dumptime;
|
||||
zone_settimer(zone, &now);
|
||||
if (zone->task != NULL)
|
||||
zone_settimer(zone, &now);
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
x
Reference in New Issue
Block a user