mirror of
https://github.com/matrix-construct/construct
synced 2024-11-29 18:22:50 +01:00
construct::signals: Remove runlevel::QUIT from cases to deregister.
This commit is contained in:
parent
0c88c84bb8
commit
3a13526dc5
1 changed files with 0 additions and 1 deletions
|
@ -60,7 +60,6 @@ construct::signals::on_runlevel(const enum ircd::run::level &level)
|
|||
switch(level)
|
||||
{
|
||||
case ircd::run::level::HALT:
|
||||
case ircd::run::level::QUIT:
|
||||
signal_set.reset(nullptr);
|
||||
break;
|
||||
|
||||
|
|
Loading…
Reference in a new issue