[PATCH] ieee802_1x_kay.c: Removed continue statement from bottom of for loop

Nishant Chaprana n.chaprana at samsung.com
Thu Dec 8 03:00:59 PST 2016


continue statement at bottom of for loop is not required,
so removed continue statement from bottom of for loop.

Signed-off-by: Nishant Chaprana <n.chaprana at samsung.com>
---
 src/pae/ieee802_1x_kay.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/pae/ieee802_1x_kay.c b/src/pae/ieee802_1x_kay.c
index 1d6d9a9..650fe21 100644
--- a/src/pae/ieee802_1x_kay.c
+++ b/src/pae/ieee802_1x_kay.c
@@ -1094,7 +1094,6 @@ ieee802_1x_mka_decode_potential_peer_body(
 			if (peer_mn > participant->mn &&
 			    !reset_participant_mi(participant))
 				wpa_printf(MSG_DEBUG, "KaY: Could not update mi");
-			continue;
 		}
 	}
 
-- 
1.9.1




More information about the Hostap mailing list