]> git.ipfire.org Git - thirdparty/hostap.git/commit
bgscan: Remove unnecessary NULL check
authorJouni Malinen <j@w1.fi>
Sun, 8 Jan 2017 12:43:48 +0000 (14:43 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 8 Jan 2017 12:44:34 +0000 (14:44 +0200)
commit2901bc2725aca3f465856ae5520eb4b4fa6ebe54
tree2704f3b1ed2f041d95aa59c5fd405a9dc8a58cc9
parent9d6eaad6b8d1caeaa9a27c7486018c624c8ce16d
bgscan: Remove unnecessary NULL check

The name argument to bgscan_init() cannot be NULL since the only caller
already checks this before the call.

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