summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Zaborowski <andrew.zaborowski@intel.com>2017-12-15 14:34:04 +0100
committerThomas Haller <thaller@redhat.com>2017-12-21 11:07:55 +0100
commitab8fc076408d1859e740f1f2ada7f48b3fe0444e (patch)
tree67ae66d682cf8bddda25281f973422fba8454419
parent2e589826978fa9accd34a324fd344a54872809dd (diff)
downloadNetworkManager-ab8fc076408d1859e740f1f2ada7f48b3fe0444e.tar.gz
iwd: Remove a stray return and a newline
-rw-r--r--src/devices/wifi/nm-device-iwd.c3
1 files changed, 0 insertions, 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),