mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-04-02 10:41:46 -04:00
13 lines
309 B
Diff
13 lines
309 B
Diff
diff --git a/src/device.c b/src/device.c
|
|
index 0fda950..eb09e53 100644
|
|
--- a/src/device.c
|
|
+++ b/src/device.c
|
|
@@ -1490,8 +1490,6 @@ int __connman_device_init(const char *device, const char *nodevice)
|
|
if (nodevice)
|
|
nodevice_filter = g_strsplit(nodevice, ",", -1);
|
|
|
|
- cleanup_devices();
|
|
-
|
|
return 0;
|
|
}
|
|
|