Fix: Loop in driver selection routine
authorMasashi Honma <honma@ictec.co.jp>
Fri, 27 Mar 2009 08:49:47 +0000 (10:49 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 27 Mar 2009 08:49:47 +0000 (10:49 +0200)
commit871bb568d2ebf74fb3b1bb918d160328b0e6b959
treeb9a00ece777abb8e803f39d0242a5269ac05d733
parentd3a9822542166e7adec16e24622486ba90359ef5
Fix: Loop in driver selection routine

Increment an index variable not 'i' but 'j'.

(this was broken yesterday by a cleanup change
3067ac2bb82553c99cb84e32ede82de434ee1070)
hostapd/config.c