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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue