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:
206a2ca
)
Fix missing device index for resolver elements
author
Marcel Holtmann
<marcel@holtmann.org>
Thu, 4 Dec 2008 20:19:30 +0000
(21:19 +0100)
committer
Marcel Holtmann
<marcel@holtmann.org>
Thu, 4 Dec 2008 20:19:30 +0000
(21:19 +0100)
plugins/ipv4.c
patch
|
blob
|
history
diff --git
a/plugins/ipv4.c
b/plugins/ipv4.c
index 67d1ed10cfff697f5f90b8b015f75cbff23a9a62..0e3861207f2271603c7511d0cf188a1322d29581 100644
(file)
--- a/
plugins/ipv4.c
+++ b/
plugins/ipv4.c
@@
-205,6
+205,7
@@
static int ipv4_probe(struct connman_element *element)
resolver = connman_element_create(NULL);
resolver->type = CONNMAN_ELEMENT_TYPE_RESOLVER;
+ resolver->index = element->index;
connman_element_register(resolver, element);