From ab8fc076408d1859e740f1f2ada7f48b3fe0444e Mon Sep 17 00:00:00 2001 From: Andrew Zaborowski Date: Fri, 15 Dec 2017 14:34:04 +0100 Subject: [PATCH] iwd: Remove a stray return and a newline --- src/devices/wifi/nm-device-iwd.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/devices/wifi/nm-device-iwd.c b/src/devices/wifi/nm-device-iwd.c index 7053a3d57b..44a3dee66f 100644 --- a/src/devices/wifi/nm-device-iwd.c +++ b/src/devices/wifi/nm-device-iwd.c @@ -455,7 +455,6 @@ get_ap_by_path (NMDeviceIwd *self, const char *path) { g_return_val_if_fail (path != NULL, NULL); return g_hash_table_lookup (NM_DEVICE_IWD_GET_PRIVATE (self)->aps, path); - } static gboolean @@ -1243,8 +1242,6 @@ act_stage2_config (NMDevice *device, NMDeviceStateReason *out_failure_reason) NM_IWD_NETWORK_INTERFACE, NULL, &error); if (!network_proxy) { - return FALSE; - _LOGE (LOGD_DEVICE | LOGD_WIFI, "Activation: (wifi) could not get Network interface proxy for %s: %s", nm_wifi_ap_get_supplicant_path (ap),