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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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



[Index of Archives]     [Linux Wireless]     [Linux Kernel]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]

  Powered by Linux