projects
/
platform
/
upstream
/
connman.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f49219
)
network: Remove ipconfig from the network structure
author
Jukka Rissanen
<jukka.rissanen@nokia.com>
Thu, 9 Dec 2010 11:11:46 +0000
(13:11 +0200)
committer
Samuel Ortiz
<sameo@linux.intel.com>
Tue, 14 Dec 2010 13:59:34 +0000
(14:59 +0100)
This is not used at all.
src/network.c
patch
|
blob
|
history
diff --git
a/src/network.c
b/src/network.c
index 49ffa733bf18ced7b5648f319b3349b75b2ee677..6e205ab693b819c9043cc47657687797fbc008b9 100644
(file)
--- a/
src/network.c
+++ b/
src/network.c
@@
-44,7
+44,6
@@
struct connman_network {
char *name;
char *node;
char *group;
- struct connman_ipconfig *ipconfig;
struct connman_network_driver *driver;
void *driver_data;
@@
-169,11
+168,6
@@
static void network_destruct(struct connman_element *element)
g_free(network->address);
g_free(network->identifier);
- if (network->ipconfig) {
- connman_ipconfig_unref(network->ipconfig);
- network->ipconfig = NULL;
- }
-
network->device = NULL;
}