From c4aac274b69b0442cfb536888c3be3a6ab05f3fb Mon Sep 17 00:00:00 2001 From: Patrik Flykt Date: Wed, 30 Jan 2013 14:09:41 +0200 Subject: ofono: Set network available is needed only when scanning --- plugins/ofono.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'plugins') diff --git a/plugins/ofono.c b/plugins/ofono.c index b55a76d2..082c8b26 100644 --- a/plugins/ofono.c +++ b/plugins/ofono.c @@ -1037,8 +1037,6 @@ static void add_network(struct modem_data *modem) group = get_ident(modem->context->path); connman_network_set_group(modem->network, group); - connman_network_set_available(modem->network, TRUE); - connman_network_set_bool(modem->network, "Roaming", modem->roaming); -- cgit v1.2.3