summaryrefslogtreecommitdiff
path: root/src/manager.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/manager.c')
-rw-r--r--src/manager.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/manager.c b/src/manager.c
index 814a063a..711fa631 100644
--- a/src/manager.c
+++ b/src/manager.c
@@ -247,6 +247,11 @@ static DBusMessage *get_properties(DBusConnection *conn,
append_enabled_technologies(&dict);
append_connected_technologies(&dict);
+ str = __connman_service_default();
+ if (str != NULL)
+ connman_dbus_dict_append_variant(&dict, "DefaultTechnology",
+ DBUS_TYPE_STRING, &str);
+
dbus_message_iter_close_container(&array, &dict);
return reply;