P2P: Silence bogus compiler warnings
authorJouni Malinen <j@w1.fi>
Sat, 1 Aug 2015 14:03:12 +0000 (17:03 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 1 Aug 2015 18:08:11 +0000 (21:08 +0300)
commit3b86d77bae6c3a59f513c49f8d7a1f429f926e25
treea7f5c76e6cd473a5fc1efbd662f1d54edb9f43e1
parent4a26972dfc8dea98c28cee93ffbb59d757e9b557
P2P: Silence bogus compiler warnings

It looks like the compiler version used in Android 5.0 warns about
potentially uninitialized oper_freq variable in these debug messages.
That is not really valid since this code path can be reached only if
found != 0 and in such a case, oper_freq is set. Anyway, it seems better
to avoid compiler warnings, so add an unnecessary initialization for
oper_freq for now.

Signed-off-by: Jouni Malinen <j@w1.fi>
src/p2p/p2p_go_neg.c