From 2965dc70bb3cbfa8de2f279761812b84b87600cb Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Sun, 18 Dec 2022 21:31:39 +0100 Subject: New upstream version 1.40.8 --- src/core/devices/nm-device-wpan.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/core/devices/nm-device-wpan.c') diff --git a/src/core/devices/nm-device-wpan.c b/src/core/devices/nm-device-wpan.c index f7b712ea..ecb5ee23 100644 --- a/src/core/devices/nm-device-wpan.c +++ b/src/core/devices/nm-device-wpan.c @@ -176,10 +176,10 @@ act_stage1_prepare(NMDevice *device, NMDeviceStateReason *out_failure_reason) ret = NM_ACT_STAGE_RETURN_SUCCESS; out: - nm_device_bring_up(device, TRUE, NULL); + nm_device_bring_up(device); if (lowpan_device) - nm_device_bring_up(lowpan_device, TRUE, NULL); + nm_device_bring_up(lowpan_device); return ret; } -- cgit 1.3.0-6-gf8a5