3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-11-20 12:39:25 +01:00

eapol: Add missing newline

This commit is contained in:
Denis Kenzior 2015-05-05 22:18:35 -05:00
parent 2f13c5617b
commit a38b6f1f9a

View File

@ -948,6 +948,7 @@ static void eapol_handle_ptk_3_of_4(uint32_t ifindex,
else
rsne = eapol_find_wpa_ie(decrypted_key_data,
decrypted_key_data_size);
if (!rsne) {
handshake_failed(ifindex, sm, MPDU_REASON_CODE_IE_DIFFERENT);
return;