> Babeld 1.3.4 doesn't like channel interfering in configuration

Thanks for the report.

diff --git a/configuration.c b/configuration.c
index 64802a8..3b9368f 100644
--- a/configuration.c
+++ b/configuration.c
@@ -475,7 +475,7 @@ parse_ifconf(gnc_t gnc, void *closure)
 
             free(t);
 
-            if((if_conf->channel < 1 || if_conf->channel > 254) &&
+            if((if_conf->channel < 1 || if_conf->channel > 255) &&
                if_conf->channel != IF_CHANNEL_NONINTERFERING)
                 goto error;
         } else {



_______________________________________________
Babel-users mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/babel-users

Reply via email to