This email list is read-only. Emails sent to this list will be discarded
----------------------------------
plugins/ipv4.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
New commits:
commit e3d4af6fd0a5437f07e88ac06e5fb95ead8366d4
Author: Marcel Holtmann <[EMAIL PROTECTED]>
Date: Thu Dec 4 21:19:30 2008 +0100
Fix missing device index for resolver elements
Diff in this email is a maximum of 400 lines.
diff --git a/plugins/ipv4.c b/plugins/ipv4.c
index 67d1ed1..0e38612 100644
--- 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);
_______________________________________________
Commits mailing list
[email protected]
https://lists.moblin.org/mailman/listinfo/commits