From: Daniel Wagner Date: Thu, 29 Apr 2010 15:43:32 +0000 (+0200) Subject: Append Ethernet dictionary to cellular service properties X-Git-Tag: 0.53~44 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8638482857d6eead3ccbfb8f64471f62dfc1643f;p=platform%2Fupstream%2Fconnman.git Append Ethernet dictionary to cellular service properties --- diff --git a/src/service.c b/src/service.c index 0997109..ff623e6 100644 --- a/src/service.c +++ b/src/service.c @@ -619,6 +619,8 @@ static DBusMessage *get_properties(DBusConnection *conn, connman_dbus_dict_append_basic(&dict, "SetupRequired", DBUS_TYPE_BOOLEAN, &required); + connman_dbus_dict_append_dict(&dict, "Ethernet", + append_ethernet, service); break; case CONNMAN_SERVICE_TYPE_WIFI: if (service->passphrase != NULL &&