diff options
| author | Michael Biebl <biebl@debian.org> | 2022-12-18 21:31:39 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2022-12-18 21:31:39 +0100 |
| commit | 2965dc70bb3cbfa8de2f279761812b84b87600cb (patch) | |
| tree | 90d4a861f7cd7a05834e7328af7677e7c8acd17f /src/core/devices/wifi/nm-device-olpc-mesh.c | |
| parent | 6e9d10e114f94799d54bb3dabc66e35ab4e3e8cd (diff) | |
New upstream version 1.40.8 upstream/1.40.8
Diffstat (limited to 'src/core/devices/wifi/nm-device-olpc-mesh.c')
| -rw-r--r-- | src/core/devices/wifi/nm-device-olpc-mesh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/devices/wifi/nm-device-olpc-mesh.c b/src/core/devices/wifi/nm-device-olpc-mesh.c index fd851ebc..4705f75c 100644 --- a/src/core/devices/wifi/nm-device-olpc-mesh.c +++ b/src/core/devices/wifi/nm-device-olpc-mesh.c @@ -198,7 +198,7 @@ act_stage2_config(NMDevice *device, NMDeviceStateReason *out_failure_reason) nm_device_get_ifindex(device), g_bytes_get_data(ssid, NULL), g_bytes_get_size(ssid)); - nm_device_bring_up(NM_DEVICE(self), TRUE, NULL); + nm_device_bring_up(NM_DEVICE(self)); if (!success) { _LOGW(LOGD_WIFI, "Unable to set the mesh ID"); return NM_ACT_STAGE_RETURN_FAILURE; |