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

Rename security-group::include-mask to ::mask. Both will work though for

a long long time. Change done to make it consistent with the rest.
This commit is contained in:
Bram Matthys
2022-05-13 14:10:14 +02:00
parent a544001eeb
commit efa7fea88e
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1870,7 +1870,7 @@ struct SecurityGroup {
long connect_time;
int webirc;
int tls;
ConfigItem_mask *include_mask;
ConfigItem_mask *mask;
NameList *security_group;
/* Exclude */
int exclude_identified;