mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-06-28 21:06:37 +02:00
8fe7b1bc41
This should be:
security-group Syzop { certfp "1234etc."; }
As this is wrong:
security-group Syzop { mask { certfp "1234etc."; } }
Reported by Han`.
This also makes us throw a config error on the wrong case.