1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-07 10:03:13 +02:00

Add security-group::rule support, see https://www.unrealircd.org/docs/Crule

This commit is contained in:
Bram Matthys
2023-07-16 12:06:34 +02:00
parent 59c6c99ba3
commit b272b6700a
5 changed files with 60 additions and 5 deletions
+1 -1
View File
@@ -181,7 +181,7 @@ void server_config_free(void)
{
d_next = d->next;
unreal_delete_masks(d->mask);
crule_free(&d->rule);
safe_crule_free(d->rule);
safe_free(d->prettyrule);
safe_free(d->reason);
DelListItem(d, conf_deny_link);