diff mbox

eapol_test: Fix -R option introduced in e985246 commit

Message ID 20140623191530.C4BFE1403A9@ushik.mtv.corp.google.com
State Accepted
Headers show

Commit Message

Dmitry Shmidt June 23, 2014, 7:13 p.m. UTC
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
---
 wpa_supplicant/eapol_test.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Jouni Malinen June 29, 2014, 1:27 p.m. UTC | #1
Thanks, applied.
diff mbox

Patch

diff --git a/wpa_supplicant/eapol_test.c b/wpa_supplicant/eapol_test.c
index 06a696e..e19782f 100644
--- a/wpa_supplicant/eapol_test.c
+++ b/wpa_supplicant/eapol_test.c
@@ -1267,6 +1267,7 @@  int main(int argc, char *argv[])
 			break;
 		case 'R':
 			eapol_test.pcsc_reader = optarg;
+			break;
 		case 's':
 			as_secret = optarg;
 			break;