From 97adf80062bbc0fe516deeffd2f77828333d541e Mon Sep 17 00:00:00 2001 From: stskeeps Date: Thu, 3 May 2007 14:33:22 +0000 Subject: [PATCH] +- #0003092 reported by tabrisnet, patched by WolfSage, regarding documentation says + link::bind-ip is optional, but not specifying it produces an error --- Changes | 2 ++ src/s_conf.c | 6 ------ 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/Changes b/Changes index 6dc938600..62241affc 100644 --- a/Changes +++ b/Changes @@ -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 diff --git a/src/s_conf.c b/src/s_conf.c index 0e6e98072..5fc8379d9 100644 --- a/src/s_conf.c +++ b/src/s_conf.c @@ -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,