0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-10-03 22:28:52 +02:00

ircd:Ⓜ️ Load conf before net_dns. (#109)

This commit is contained in:
Jason Volk 2019-08-13 22:27:22 -07:00
parent 623a283671
commit 13eae71f87

View file

@ -195,8 +195,8 @@ noexcept
decltype(ircd::m::module_names)
ircd::m::module_names
{
"net_dns",
"conf",
"net_dns",
"m_noop",
"m_node",
"m_keys",