]> git.ipfire.org Git - thirdparty/hostap.git/commit
eapol_test: Fix -R option to not replace -s option value
authorDmitry Shmidt <dimitrysh@google.com>
Mon, 23 Jun 2014 19:13:20 +0000 (12:13 -0700)
committerJouni Malinen <j@w1.fi>
Sat, 28 Jun 2014 07:51:29 +0000 (10:51 +0300)
commit1de809e15299b573edbe0f6d1149a647f2a2d404
tree3e977b526f404c35e00e9056190361affbb3e998
parent3c5d34e30b0b41c741419382a0827f817c4f6852
eapol_test: Fix -R option to not replace -s option value

Commit e9852462d58750e2ec4be498e82db0e0a2dfaf7f ('eapol_test: Add PC/SC
reader and PIN command line arguments') did not add break to the switch
statement for the new -R command line option.

Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
wpa_supplicant/eapol_test.c