0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-11-26 08:42:34 +01: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) decltype(ircd::m::module_names)
ircd::m::module_names ircd::m::module_names
{ {
"net_dns",
"conf", "conf",
"net_dns",
"m_noop", "m_noop",
"m_node", "m_node",
"m_keys", "m_keys",