0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-10-01 05:08:59 +02:00

ircd: Set runlevel to QUIT when ircd::quit() called in START state.

This commit is contained in:
Jason Volk 2018-12-15 17:05:14 -08:00
parent 98cb7693f3
commit 4216e939c8

View file

@ -134,6 +134,7 @@ noexcept
{
ctx::terminate(*main_context);
main_context = nullptr;
ircd::runlevel_set(runlevel::QUIT);
return true;
}