0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-26 18:38:52 +02:00

ircd:Ⓜ️ Fix conf::item constness.

This commit is contained in:
Jason Volk 2019-08-03 17:15:28 -07:00
parent 36b64f863b
commit 7192a75ac5

View file

@ -371,10 +371,10 @@ ircd::m::pretty_oneline(std::ostream &s,
namespace ircd::m::vm
{
extern const m::hookfn<eval &> issue_missing_auth;
extern const m::hookfn<eval &> conform_check_origin;
extern const m::hookfn<eval &> conform_check_size;
extern const m::hookfn<eval &> conform_report;
extern m::hookfn<eval &> issue_missing_auth;
extern m::hookfn<eval &> conform_check_origin;
extern m::hookfn<eval &> conform_check_size;
extern m::hookfn<eval &> conform_report;
}
/// Check if an eval with a copts structure (indicating this server is