0
0
Fork 0
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:
Jason Volk 2018-08-19 20:19:43 -07:00
parent 85d4a4f5ed
commit 99ed82f52d

View file

@ -85,7 +85,7 @@ catch(const m::error &e)
void
ircd::m::init::close()
{
m::imports.erase("s_listen"s);
}
void