From: Daniel Wagner Date: Mon, 25 Jul 2011 14:24:31 +0000 (+0200) Subject: device: Remove needless call to __connman_network_set_device() X-Git-Tag: accepted/2.0alpha-wayland/20121110.002834~1295 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=033a47bed7bd72eb712f7f51dd17985b89c087e0;p=profile%2Fivi%2Fconnman.git device: Remove needless call to __connman_network_set_device() --- diff --git a/src/device.c b/src/device.c index 7d02c33..87f503d 100644 --- a/src/device.c +++ b/src/device.c @@ -1117,8 +1117,6 @@ int connman_device_remove_network(struct connman_device *device, service = __connman_service_lookup_from_network(network); - __connman_network_set_device(network, NULL); - g_hash_table_remove(device->networks, identifier); if (service != NULL)