hostapd: remove unused variable
'enc_str' was never used.
Fixes: 498d84fc4e
("netifd: add wireless configuration support
and port mac80211 to the new framework")
Signed-off-by: Leon M. George <leon@georgemail.eu>
This commit is contained in:
parent
1f78538387
commit
3497b30b9c
1 changed files with 0 additions and 1 deletions
|
@ -1115,7 +1115,6 @@ wpa_supplicant_add_network() {
|
||||||
set_default multi_ap 0
|
set_default multi_ap 0
|
||||||
|
|
||||||
local key_mgmt='NONE'
|
local key_mgmt='NONE'
|
||||||
local enc_str=
|
|
||||||
local network_data=
|
local network_data=
|
||||||
local T=" "
|
local T=" "
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue