mirror of
https://github.com/matrix-construct/construct
synced 2024-11-26 00:32:35 +01:00
newconf: change an error to a warning
This commit is contained in:
parent
e196add31a
commit
3fe0efd55a
1 changed files with 1 additions and 1 deletions
|
@ -1881,7 +1881,7 @@ conf_set_blacklist_type(void *data)
|
|||
/* If we have neither, just default to IPv4 */
|
||||
if (!yy_blacklist_iptype)
|
||||
{
|
||||
conf_report_error("blacklist::type has neither IPv4 nor IPv6 (defaulting to IPv4)");
|
||||
conf_report_warning("blacklist::type has neither IPv4 nor IPv6 (defaulting to IPv4)");
|
||||
yy_blacklist_iptype = IPTYPE_IPV4;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue