]> git.ipfire.org Git - thirdparty/hostap.git/commit
Remove duplicated wpa_akm_to_suite() entry
authorJouni Malinen <jouni@codeaurora.org>
Mon, 17 Feb 2020 15:41:51 +0000 (17:41 +0200)
committerJouni Malinen <j@w1.fi>
Mon, 17 Feb 2020 15:41:51 +0000 (17:41 +0200)
commit139f6deaff6546c97dbb7a943bf71ea04b76be70
tree7e4935c9c7afff16970bad46a4968a9f41db8053
parent10655d1bc24ab9297b677da73dff76b46f97d258
Remove duplicated wpa_akm_to_suite() entry

This was unreachable code due to the previous WPA_KEY_MGTM_OWE case
returning from the function.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
src/common/wpa_common.c