]> git.ipfire.org Git - thirdparty/hostap.git/commit
ERP: Avoid mixing of enum types
authorJouni Malinen <j@w1.fi>
Tue, 7 Jul 2015 09:09:09 +0000 (12:09 +0300)
committerJouni Malinen <j@w1.fi>
Tue, 7 Jul 2015 13:25:06 +0000 (16:25 +0300)
commit597e8afeb465199ed41693a1b59b7d8f53c3286c
tree782734b51e3adb1411bdf1ee9ee5bd2994ae2ebb
parent96e8c13da7a636d0432be75d89a37745a16684d5
ERP: Avoid mixing of enum types

Use explicit typecasting to avoid implicit conversion warnings in cases
where enum eap_erp_type is used in functions taking an EapType argument.

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