]> git.ipfire.org Git - thirdparty/hostap.git/commit
Remove unnecessary NULL check to make function more consistent
authorJouni Malinen <j@w1.fi>
Sun, 1 Mar 2015 20:15:44 +0000 (22:15 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 1 Mar 2015 20:36:53 +0000 (22:36 +0200)
commit9feadba141a8244055c67ed3b508611a02ea8953
tree7404d46cf8ac5af15ed6abec500134abab78eb44
parentbfc048b48f490a828f3bffd7c8b397dc131fc17c
Remove unnecessary NULL check to make function more consistent

Static analyzers may warn about dereference before NULL check in
wpas_network_disabled() due to the new code added to check
wpa_s->p2p_mgmt. wpa_s cannot be NULL here, so remove the unneeded check
for it later in the function. (CID 106124)

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