Avoid compiler warning with CONFIG_NO_STDOUT_DEBUG=y
authorJouni Malinen <jouni@qca.qualcomm.com>
Wed, 25 Sep 2013 16:24:17 +0000 (19:24 +0300)
committerJouni Malinen <j@w1.fi>
Wed, 25 Sep 2013 16:24:17 +0000 (19:24 +0300)
commit0249c125960b807b1c2cc4ba66f933cd13466009
treec6819a0f70065a3b5ac1a6b9a756fbd4db0b3533
parented1bf011da898b1f377bf15caa01398c72ee185d
Avoid compiler warning with CONFIG_NO_STDOUT_DEBUG=y

There is no need to use the bss variable which is used only within a
wpa_printf() call that can be conditionally removed from the build.

Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
src/ap/hostapd.c