summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/dundee.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/dundee.c b/plugins/dundee.c
index 7ebdfe9e..1326b6ba 100644
--- a/plugins/dundee.c
+++ b/plugins/dundee.c
@@ -181,8 +181,6 @@ static int create_network(struct dundee_data *info)
group = get_ident(info->path);
connman_network_set_group(network, group);
- connman_network_set_available(network, TRUE);
-
err = connman_device_add_network(info->device, network);
if (err < 0) {
connman_network_unref(network);