summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2019-02-05 16:20:47 +0100
committerThomas Haller <thaller@redhat.com>2019-02-07 17:31:05 +0100
commit68d7e6388603ac6976bc0a2b719ee2956ff47f25 (patch)
treecd342f8f74b597a035fc7b802b872161c0eb56e9
parent74e9468c51c8108c534f744bc3c35eb780c4c59a (diff)
downloadNetworkManager-68d7e6388603ac6976bc0a2b719ee2956ff47f25.tar.gz
iwd: drop unused variable in disconnect()
Fixes: a6f13d3c691bf4ea15e71ae76f6eaf02826f31ed
-rw-r--r--src/devices/wifi/nm-device-iwd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/wifi/nm-device-iwd.c b/src/devices/wifi/nm-device-iwd.c
index 5fcf6dff23..ff28024cec 100644
--- a/src/devices/wifi/nm-device-iwd.c
+++ b/src/devices/wifi/nm-device-iwd.c
@@ -1549,11 +1549,11 @@ error:
* DBus interface has appeared already. If so proceed to call Start or
* StartOpen on that interface.
*/
-static void act_check_interface (NMDeviceIwd *self)
+static void
+act_check_interface (NMDeviceIwd *self)
{
NMDeviceIwdPrivate *priv = NM_DEVICE_IWD_GET_PRIVATE (self);
NMDevice *device = NM_DEVICE (self);
- gs_free_error GError *error = NULL;
NMSettingWireless *s_wireless;
NMSettingWirelessSecurity *s_wireless_sec;
GDBusProxy *proxy = NULL;