From 6f9b087304cbf140a4de6469333f0ae5cd31adb6 Mon Sep 17 00:00:00 2001 From: Andrew Zaborowski Date: Tue, 25 Aug 2020 00:34:23 +0200 Subject: [PATCH] unit: Fix a typo in test-eapol --- unit/test-eapol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unit/test-eapol.c b/unit/test-eapol.c index 08c1085e..08740a8e 100644 --- a/unit/test-eapol.c +++ b/unit/test-eapol.c @@ -3571,7 +3571,7 @@ static void test_ap_sta_run(struct test_ap_sta_data *s) s->sta_success = false; s->to_sta_msg_cnt = 0; s->to_ap_msg_cnt = 0; - s->to_sta_data_len = 0, + s->to_sta_data_len = 0; s->ap_sm = eapol_sm_new(s->ap_hs); eapol_register(s->ap_sm);