/[smecontribs]/rpms/coova-chilli/contribs7/coova-chilli-1.0.13-mac_auth.patch
ViewVC logotype

Annotation of /rpms/coova-chilli/contribs7/coova-chilli-1.0.13-mac_auth.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (hide annotations) (download)
Sun Jun 21 17:32:41 2009 UTC (14 years, 11 months ago) by vip-ire
Branch: MAIN
CVS Tags: coova-chilli-1_0_13-2_el4_sme, HEAD
Fixe mac authentication

1 vip-ire 1.1 --- coova-chilli-1.0.13/src/options.c.mac_auth 2009-06-21 11:11:49.000000000 +0200
2     +++ coova-chilli-1.0.13/src/options.c 2009-06-21 11:12:19.000000000 +0200
3     @@ -686,7 +686,7 @@
4     mac[0], mac[1], mac[2], mac[3], mac[4], mac[5]);
5     }
6    
7     - if (i = 0, i < 6, i++)
8     + for (i = 0; i < 6; i++)
9     options.macok[options.macoklen][i] = (unsigned char) mac[i];
10    
11     options.macoklen++;

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed