mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-27 23:54:07 +02:00
parent
de229f9fec
commit
53d3a4af5f
@ -114,6 +114,7 @@ Application::~Application(void)
|
|||||||
|
|
||||||
void Application::Exit(int rc)
|
void Application::Exit(int rc)
|
||||||
{
|
{
|
||||||
|
std::cout.flush();
|
||||||
_exit(rc); // Yay, our static destructors are pretty much beyond repair at this point.
|
_exit(rc); // Yay, our static destructors are pretty much beyond repair at this point.
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user