Skip to content
Snippets Groups Projects
Commit 2381541c authored by Jan Včelák's avatar Jan Včelák :rocket:
Browse files

expire: reschedule bootstrap after executed

parent b96b0990
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,7 @@
#include "knot/common/log.h"
#include "knot/conf/conf.h"
#include "knot/events/handlers.h"
#include "knot/events/replan.h"
#include "knot/zone/contents.h"
#include "knot/zone/zone.h"
......@@ -37,5 +38,8 @@ int event_expire(conf_t *conf, zone_t *zone)
zone->zonefile.exists = false;
mem_trim();
zone->timers.next_refresh = time(NULL);
replan_from_timers(conf, zone);
return KNOT_EOK;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment