mirror of
https://github.com/matrix-construct/construct
synced 2025-01-13 16:33:53 +01:00
ircd:Ⓜ️ Remove the listeners first on deinit.
This commit is contained in:
parent
85d4a4f5ed
commit
99ed82f52d
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ catch(const m::error &e)
|
|||
void
|
||||
ircd::m::init::close()
|
||||
{
|
||||
|
||||
m::imports.erase("s_listen"s);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Reference in a new issue