Don't include the Identifier property for now
authorMarcel Holtmann <marcel@holtmann.org>
Sat, 11 Oct 2008 10:33:53 +0000 (12:33 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Sat, 11 Oct 2008 10:33:53 +0000 (12:33 +0200)
src/element.c

index 5025c6d..d3b2cc5 100644 (file)
@@ -229,9 +229,11 @@ static DBusMessage *get_properties(DBusConnection *conn,
                append_entry(&dict, "Priority",
                                DBUS_TYPE_UINT16, &element->priority);
 
+#if 0
        if (element->network.identifier != NULL)
                append_entry(&dict, "Identifier",
                                DBUS_TYPE_STRING, &element->network.identifier);
+#endif
 
        if (element->ipv4.address != NULL)
                append_entry(&dict, "IPv4.Address",