]> git.ipfire.org Git - thirdparty/hostap.git/commit
EAP-PEAP peer: Remove unused return value and error path
authorJouni Malinen <j@w1.fi>
Sat, 19 Dec 2015 17:54:56 +0000 (19:54 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 19 Dec 2015 17:54:56 +0000 (19:54 +0200)
commit6560caf2ca54ffe2a30f0e234b430fc50ceb68b1
treeecf349a05ecc2e3e4b05ee986a839ea3b0a09026
parent61f25f80b46e0d0247f168385b94a904e3c6fc04
EAP-PEAP peer: Remove unused return value and error path

eap_peap_parse_phase1() returned 0 unconditionally, so there was no need
for that return value or the code path that tried to address the error
case.

Signed-off-by: Jouni Malinen <j@w1.fi>
src/eap_peer/eap_peap.c