Diff between 01a3858e8cfef34cde0e7af85602523bb45cf8f5 and 3df2e877135d7ad022e7088a2ff9f8fb36b35542
Changed Files
| File | Additions | Deletions | Status |
| health/hdp.c | +1 | -1 | modified |
Full Patch
diff --git a/health/hdp.c b/health/hdp.c
index 6f2c89d..d53ea80 100644
--- a/health/hdp.c
+++ b/health/hdp.c
@@ -2058,7 +2058,7 @@ static DBusMessage *device_get_properties(DBusConnection *conn,
path = g_strdup(device->fr->path);
else
path = g_strdup("");
- dict_append_entry(&dict, "MainChannel", DBUS_TYPE_STRING, &path);
+ dict_append_entry(&dict, "MainChannel", DBUS_TYPE_OBJECT_PATH, &path);
g_free(path);
dbus_message_iter_close_container(&iter, &dict);