mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-06-30 17:06:38 +02:00
Fix to support existing deny link::mask syntax as well.
This commit is contained in:
+4
-1
@@ -10143,7 +10143,10 @@ int _test_deny(ConfigFile *conf, ConfigEntry *ce)
|
||||
errors++;
|
||||
continue;
|
||||
}
|
||||
else if (!strcmp(cep->ce_varname, "rule"))
|
||||
else if (!strcmp(cep->ce_varname, "mask"))
|
||||
{
|
||||
has_mask = 1;
|
||||
} else if (!strcmp(cep->ce_varname, "rule"))
|
||||
{
|
||||
int val = 0;
|
||||
if (has_rule)
|
||||
|
||||
Reference in New Issue
Block a user