eapol: Fix return value

This commit is contained in:
Ravi kumar Veeramally 2015-03-23 13:17:44 +02:00 committed by Denis Kenzior
parent c6a16cd515
commit a95b0e3a5a
1 changed files with 1 additions and 1 deletions

View File

@ -264,7 +264,7 @@ bool eapol_verify_ptk_1_of_4(const struct eapol_key *ek)
VERIFY_IS_ZERO(ek->reserved);
VERIFY_IS_ZERO(ek->key_mic_data);
return ek;
return true;
}
bool eapol_verify_ptk_2_of_4(const struct eapol_key *ek)