mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-02 23:03:14 +02:00
like I said..
This commit is contained in:
@@ -279,6 +279,7 @@ struct SetCheck {
|
||||
unsigned has_dns_retries:1;
|
||||
unsigned has_dns_nameserver:1;
|
||||
unsigned has_dns_bind_ip:1;
|
||||
unsigned has_link_bind_ip:1;
|
||||
unsigned has_throttle_period:1;
|
||||
unsigned has_throttle_connections:1;
|
||||
unsigned has_kline_address:1;
|
||||
|
||||
+1
-1
@@ -7550,7 +7550,7 @@ int _test_set(ConfigFile *conf, ConfigEntry *ce)
|
||||
for (cepp = cep->ce_entries; cepp; cepp = cepp->ce_next) {
|
||||
CheckNull(cepp);
|
||||
if (!strcmp(cepp->ce_varname, "bind-ip")) {
|
||||
CheckDuplicate(cepp, dns_bind_ip, "link::bind-ip");
|
||||
CheckDuplicate(cepp, link_bind_ip, "link::bind-ip");
|
||||
if (strcmp(cepp->ce_vardata, "*"))
|
||||
{
|
||||
if (!is_valid_ip(cepp->ce_vardata))
|
||||
|
||||
Reference in New Issue
Block a user