]> git.ipfire.org Git - thirdparty/hostap.git/commit
AP: Simplify "i" definition in hostapd_config_free_bss()
authorAndrei Otcheretianski <andrei.otcheretianski@intel.com>
Wed, 19 Jun 2019 12:49:14 +0000 (15:49 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 23 Jun 2019 15:03:51 +0000 (18:03 +0300)
commita00ace9fd77a18d26a07b8e8a857ef1105556cd5
tree05cef346ce0735d3726c1c7e4eca7af18ba5a2be
parent30bbff142d0409a55e5f6ec1cb8775da1416e4cb
AP: Simplify "i" definition in hostapd_config_free_bss()

Declare the variable only once and reuse it instead of openning
unneeded scopes.

Signed-off-by: Andrei Otcheretianski <andrei.otcheretianski@intel.com>
src/ap/ap_config.c