1
1
Files
zyxel-vmg8825_b50b-cfw/package/network/config/netifd/patches-2015-12-16/081-do-not-fetch-device-settings.patch
T
2026-04-17 18:33:03 +02:00

11 lines
229 B
Diff
Executable File

--- a/device.c
+++ b/device.c
@@ -338,7 +338,6 @@ int device_claim(struct device_user *dep
if (!dev->ifindex)
ret = -1;
- system_if_get_settings(dev, &dev->orig_settings);
} else
ret = dev->set_state(dev, true);