mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-29 21:47:59 +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.
|
* 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>
|
#include <config.h>
|
||||||
|
|
||||||
@ -2228,6 +2228,7 @@ zone_needdump(dns_zone_t *zone, unsigned int delay) {
|
|||||||
if (isc_time_isepoch(&zone->dumptime) ||
|
if (isc_time_isepoch(&zone->dumptime) ||
|
||||||
isc_time_compare(&zone->dumptime, &dumptime) > 0)
|
isc_time_compare(&zone->dumptime, &dumptime) > 0)
|
||||||
zone->dumptime = dumptime;
|
zone->dumptime = dumptime;
|
||||||
|
if (zone->task != NULL)
|
||||||
zone_settimer(zone, &now);
|
zone_settimer(zone, &now);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user