]> git.ipfire.org Git - thirdparty/hostap.git/commit
Remove unnecessary ctrl_iface cmd check
authorJouni Malinen <j@w1.fi>
Sun, 7 Dec 2014 16:20:23 +0000 (18:20 +0200)
committerJouni Malinen <j@w1.fi>
Mon, 8 Dec 2014 09:07:56 +0000 (11:07 +0200)
commitd02dcb28bc4d38715a48535311b777658514bec0
tree4d08509256aabd176f7e0b504ff67bcd24efb8da
parentfeb795d6d32a36f9d84fce84008b161681d46961
Remove unnecessary ctrl_iface cmd check

This pointer cannot be NULL sicne it is called only from this file and
with a valid pointer to the received command.

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