mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-03 03:23:11 +02:00
+- #0003092 reported by tabrisnet, patched by WolfSage, regarding documentation says
+ link::bind-ip is optional, but not specifying it produces an error
This commit is contained in:
@@ -1642,3 +1642,5 @@ MOTDs
|
||||
- #0003060 reported by Robby22, patched by WolfSage, regarding remote
|
||||
rehashing -ssl / -garbage is not Global'd, and a bugfix to an earlier
|
||||
WolfSage patch
|
||||
- #0003092 reported by tabrisnet, patched by WolfSage, regarding documentation says
|
||||
link::bind-ip is optional, but not specifying it produces an error
|
||||
|
||||
@@ -6059,12 +6059,6 @@ int _test_link(ConfigFile *conf, ConfigEntry *ce)
|
||||
"link::hostname");
|
||||
errors++;
|
||||
}
|
||||
if (!has_bindip)
|
||||
{
|
||||
config_error_missing(ce->ce_fileptr->cf_filename, ce->ce_varlinenum,
|
||||
"link::bind-ip");
|
||||
errors++;
|
||||
}
|
||||
if (!has_port)
|
||||
{
|
||||
config_error_missing(ce->ce_fileptr->cf_filename, ce->ce_varlinenum,
|
||||
|
||||
Reference in New Issue
Block a user