]> git.ipfire.org Git - thirdparty/hostap.git/commit
wpa_auth: Coding style cleanup for pointer is NULL comparisons
authorJouni Malinen <j@w1.fi>
Sat, 28 Mar 2020 17:36:00 +0000 (19:36 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 28 Mar 2020 17:36:00 +0000 (19:36 +0200)
commit9385f03febf5471ec830fe55b6bab312fc403930
tree4f576927a52397c920008aad8d74bfb0c9f75645
parent62e12afcf1ee50dd492ee8b13c8dd7cc5a33f2f4
wpa_auth: Coding style cleanup for pointer is NULL comparisons

Use !ptr instead of ptr == NULL.

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