distribution/packages/network/connman/patches/connman-01-do-not-cleanup-routes.patch
2022-02-05 09:23:32 -05:00

13 lines
317 B
Diff

diff --git a/src/device.c b/src/device.c
index 0fda950..eb09e53 100644
--- a/src/device.c
+++ b/src/device.c
@@ -1247,8 +1247,6 @@ int __connman_device_init(const char *device, const char *nodevice)
if (nodevice != NULL)
nodevice_filter = g_strsplit(nodevice, ",", -1);
- cleanup_devices();
-
return 0;
}