summaryrefslogtreecommitdiffstats
path: root/common/dbus-helper.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/dbus-helper.c')
-rw-r--r--common/dbus-helper.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/dbus-helper.c b/common/dbus-helper.c
index e6211824..a7604f65 100644
--- a/common/dbus-helper.c
+++ b/common/dbus-helper.c
@@ -446,6 +446,9 @@ void dbus_message_iter_append_variant(DBusMessageIter *iter, int type, void *val
case DBUS_TYPE_ARRAY:
sig = DBUS_TYPE_ARRAY_AS_STRING DBUS_TYPE_STRING_AS_STRING;
break;
+ case DBUS_TYPE_OBJECT_PATH:
+ sig = DBUS_TYPE_OBJECT_PATH_AS_STRING;
+ break;
default:
error("Could not append variant with type %d", type);
return;