This email list is read-only. Emails sent to this list will be discarded
----------------------------------
src/element.c | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
New commits:
commit b498d94a4409887a695af78a5af20bc7fc305c80
Author: Marcel Holtmann <[EMAIL PROTECTED]>
Date: Tue Dec 9 10:04:48 2008 +0100
Don't enumerate network pseudo devices
Diff in this email is a maximum of 400 lines.
diff --git a/src/element.c b/src/element.c
index 407afc7..9dd3039 100644
--- a/src/element.c
+++ b/src/element.c
@@ -742,6 +742,10 @@ static gboolean append_path(GNode *node, gpointer
user_data)
filter->type != element->type)
return FALSE;
+ if (filter->type == CONNMAN_ELEMENT_TYPE_DEVICE &&
+ element->subtype == CONNMAN_ELEMENT_SUBTYPE_NETWORK)
+ return FALSE;
+
dbus_message_iter_append_basic(filter->iter,
DBUS_TYPE_OBJECT_PATH, &element->path);
_______________________________________________
Commits mailing list
[email protected]
https://lists.moblin.org/mailman/listinfo/commits