diff options
| author | Leon M. George | 2021-01-12 08:47:47 +0000 |
|---|---|---|
| committer | Adrian Schmutzler | 2021-01-14 02:45:17 +0000 |
| commit | 3497b30b9c9699731590611f246dd744a231ccf9 (patch) | |
| tree | 75da773ee8888c2bb74d7f55346566a2aac7482f | |
| parent | 1f785383875ab0abdeda0c71907c2c95ef76cca6 (diff) | |
| download | openwrt-3497b30b9c9699731590611f246dd744a231ccf9.tar.gz | |
hostapd: remove unused variable
'enc_str' was never used.
Fixes: 498d84fc4e00 ("netifd: add wireless configuration support
and port mac80211 to the new framework")
Signed-off-by: Leon M. George <leon@georgemail.eu>
| -rw-r--r-- | package/network/services/hostapd/files/hostapd.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/network/services/hostapd/files/hostapd.sh b/package/network/services/hostapd/files/hostapd.sh index a48e8d0766..954045bb37 100644 --- a/package/network/services/hostapd/files/hostapd.sh +++ b/package/network/services/hostapd/files/hostapd.sh @@ -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=" " |