mirror of
https://github.com/openwrt/openwrt.git
synced 2025-04-16 07:27:26 +00:00
hostapd: do not remove foreign wpa_supplicant sockets
https://dev.openwrt.org/ticket/17886 Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 42586
This commit is contained in:
parent
150224d91e
commit
ed2fff7452
@ -416,7 +416,7 @@ _wpa_supplicant_common() {
|
||||
|
||||
wpa_supplicant_teardown_interface() {
|
||||
_wpa_supplicant_common "$1"
|
||||
rm -rf "$_rpath" "$_config"
|
||||
rm -rf "$_rpath/$1" "$_config"
|
||||
}
|
||||
|
||||
wpa_supplicant_prepare_interface() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user