0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2025-01-14 00:34:18 +01:00

ircd:Ⓜ️:fed: Remove opts inline constructor due to shared linkage issues.

This commit is contained in:
Jason Volk 2019-08-18 02:06:45 -07:00
parent 100aefc605
commit cb94558c4a
2 changed files with 2 additions and 4 deletions

View file

@ -41,9 +41,5 @@ struct ircd::m::v1::user::opts
const struct server::request::opts *sopts {nullptr};
bool dynamic {true};
opts(const net::hostport &remote)
:remote{remote}
{}
opts() = default;
};

View file

@ -84,6 +84,8 @@ struct ircd::net::dns::opts
/// is ignored and always considered to be set to true; this is because
/// the returned record is a reference to the cached error.
bool nxdomain_exceptions {true};
opts() = default;
};
/// (internal) DNS cache