]> git.ipfire.org Git - thirdparty/hostap.git/commit
RADIUS DAS: Avoid compiler warning on abs()
authorJouni Malinen <j@w1.fi>
Tue, 7 Jul 2015 09:14:47 +0000 (12:14 +0300)
committerJouni Malinen <j@w1.fi>
Tue, 7 Jul 2015 13:25:06 +0000 (16:25 +0300)
commit028b19675dcf696e8057aaec66c39f3f4066a48b
treed4c48bc17561e8be499b8f454617a7d193d75923
parent597e8afeb465199ed41693a1b59b7d8f53c3286c
RADIUS DAS: Avoid compiler warning on abs()

The input parameter ended up being converted to long int instead of int,
so use an explicit typecase to get rid of the compiler warning.

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