Skip to content
Snippets Groups Projects
Commit ed2fff74 authored by John Crispin's avatar John Crispin
Browse files

hostapd: do not remove foreign wpa_supplicant sockets

parent 150224d9
No related merge requests found
...@@ -416,7 +416,7 @@ _wpa_supplicant_common() { ...@@ -416,7 +416,7 @@ _wpa_supplicant_common() {
wpa_supplicant_teardown_interface() { wpa_supplicant_teardown_interface() {
_wpa_supplicant_common "$1" _wpa_supplicant_common "$1"
rm -rf "$_rpath" "$_config" rm -rf "$_rpath/$1" "$_config"
} }
wpa_supplicant_prepare_interface() { wpa_supplicant_prepare_interface() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment