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@xxxxxxxxxxx> --- 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 _______________________________________________ Hostap mailing list Hostap@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/hostap