1
0
mirror of https://github.com/NLnetLabs/routinator.git synced 2024-05-19 06:50:04 +00:00

Let’s not talk about it.

This commit is contained in:
Martin Hoffmann
2021-03-18 15:20:46 +01:00
parent 6945367847
commit 547638f00d

View File

@ -500,8 +500,9 @@ impl Server {
info!("Sending out notifications.");
notify.notify();
}
validation.cleanup()
validation.cleanup()?;
history.mark_update_done();
Ok(())
}
}