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:
@ -500,8 +500,9 @@ impl Server {
|
||||
info!("Sending out notifications.");
|
||||
notify.notify();
|
||||
}
|
||||
validation.cleanup()
|
||||
validation.cleanup()?;
|
||||
history.mark_update_done();
|
||||
Ok(())
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user