1
0
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:
stskeeps
2007-05-03 14:33:22 +00:00
parent e73cb3e8f4
commit 97adf80062
2 changed files with 2 additions and 6 deletions
+2
View File
@@ -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
-6
View File
@@ -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,