]> git.pld-linux.org Git - packages/awznode.git/commitdiff
- allow connect non hams users,
authordjrzulf <djrzulf@pld-linux.org>
Tue, 22 Apr 2003 20:13:31 +0000 (20:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    awznode-non_hams.patch -> 1.1

awznode-non_hams.patch [new file with mode: 0644]

diff --git a/awznode-non_hams.patch b/awznode-non_hams.patch
new file mode 100644 (file)
index 0000000..c02fc08
--- /dev/null
@@ -0,0 +1,11 @@
+--- awznode-v0.4-pre2/node.c~  Fri Feb 18 10:10:51 2000
++++ awznode-v0.4-pre2/node.c   Tue Apr 22 21:55:24 2003
+@@ -50,7 +50,7 @@
+               if (**p)
+                       return -1;
+       }
+-      if (len < 4 || len > 6 || !nums || nums > 2 || ssid < 0 || ssid > 15)
++      if (len < 1 || len > 6 || nums > 6 || ssid < 0 || ssid > 20)
+               return -1;
+       return 0;
+ }
This page took 0.109623 seconds and 4 git commands to generate.