mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-10 12:37:14 +01:00
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
|
||||
|
||||
local key_mgmt='NONE'
|
||||
local enc_str=
|
||||
local network_data=
|
||||
local T=" "
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue