]> git.ipfire.org Git - thirdparty/hostap.git/commit - src/ap/wpa_auth.c
FILS: Fix fils_cache_id check
authorVidyullatha Kanchanapally <vkanchan@qti.qualcomm.com>
Thu, 23 Mar 2017 10:41:22 +0000 (16:11 +0530)
committerJouni Malinen <j@w1.fi>
Sun, 26 Mar 2017 18:13:21 +0000 (21:13 +0300)
commit4cc6574d00e780726a3d8d3043df1c79c9f5c7d0
treea9509429772c5f00e6938c6dd4b3ae4acc2e4075
parentdd4722df9bb45f8133adff637eee25670257d94c
FILS: Fix fils_cache_id check

This fixes the following compiler warning:
wpa_auth.c:4249:34: error: address of array 'a->conf.fils_cache_id'
 will always evaluate to 'true' [-Werror,-Wpointer-bool-conversion]

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
src/ap/wpa_auth.c