]> git.ipfire.org Git - thirdparty/hostap.git/commit - wpa_supplicant/config.c
Get rid of compiler warning in no-CONFIG_CTRL_IFACE builds
authorJouni Malinen <j@w1.fi>
Fri, 27 Sep 2013 20:42:37 +0000 (23:42 +0300)
committerJouni Malinen <j@w1.fi>
Fri, 27 Sep 2013 20:42:37 +0000 (23:42 +0300)
commit298f51857df5c5e8162eda2ab83898ee855de4f6
tree4eeb35efe6ebb8f6eb70d438f65dae0ff3f992d4
parentea61aa1de1887b14440b02de711383d775ecc004
Get rid of compiler warning in no-CONFIG_CTRL_IFACE builds

no_ctrl_interface parsing was declared within ifdef CONFIG_CTRL_IFACE
block, so the parser function needs to be marked similarly.

Signed-hostap: Jouni Malinen <j@w1.fi>
wpa_supplicant/config.c