]> git.ipfire.org Git - thirdparty/hostap.git/commit
Remove unnecessary local variable
authorJouni Malinen <j@w1.fi>
Sun, 10 Mar 2013 15:45:15 +0000 (17:45 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 10 Mar 2013 15:45:15 +0000 (17:45 +0200)
commit14f79078903d3cd9d1da2f9e18360fb4bb2f46c8
tree3f33494dc9867a261339647b1abff7e0dcd30092
parentdca1a51149c1b15d1c6117684d5c01a00be29f47
Remove unnecessary local variable

The ssid parameter (if NULL) can be used for the loop, too, to make the
code look a bit prettier.

Signed-hostap: Jouni Malinen <j@w1.fi>
wpa_supplicant/wpa_supplicant.c