]> jfr.im git - irc/unrealircd/unrealircd.git/commitdiff
+- #0003092 reported by tabrisnet, patched by WolfSage, regarding documentation says
authorstskeeps <redacted>
Thu, 3 May 2007 14:33:22 +0000 (14:33 +0000)
committerstskeeps <redacted>
Thu, 3 May 2007 14:33:22 +0000 (14:33 +0000)
+  link::bind-ip is optional, but not specifying it produces an error

Changes
src/s_conf.c

diff --git a/Changes b/Changes
index 6dc9386007acc547d6587eb1b1725e2b39e99288..62241affca090e38a8b43354b63e4a35115f589a 100644 (file)
--- 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
index 0e6e98072c3a81f1d0ebc03bb0b4957d6eeeed73..5fc8379d93c1c3e1a8ed26f248dfa261ea17ebbb 100644 (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,