Just code cleaning a meaningless return on the last
line of a void function.
---
plugins/wifi.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/plugins/wifi.c b/plugins/wifi.c
index 70eb661..861304b 100644
--- a/plugins/wifi.c
+++ b/plugins/wifi.c
@@ -1828,9 +1828,6 @@ static void interface_added(GSupplicantInterface
*interface)
}
connman_device_set_powered(wifi->device, true);
-
- if (wifi->tethering)
- return;
}
static bool is_idle(struct wifi_data *wifi)
--
1.9.1
_______________________________________________
connman mailing list
[email protected]
https://lists.connman.net/mailman/listinfo/connman