]> git.ipfire.org Git - thirdparty/hostap.git/commit
Remove unnecessary ctrl_iface command check
authorJouni Malinen <j@w1.fi>
Sun, 7 Dec 2014 21:43:21 +0000 (23:43 +0200)
committerJouni Malinen <j@w1.fi>
Mon, 8 Dec 2014 09:42:06 +0000 (11:42 +0200)
commit49328f075640bb40e37ad2cbb844717d96b4a576
treeba155e8eea2e375022ac89823e2bdae676fa58c4
parentd463c5566fdd0be5e0346ac478895ac27c8760ad
Remove unnecessary ctrl_iface command check

MESH_GROUP_REMOVE always passes in the cmd pointer, so this cannot
really be NULL.

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