]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/shared/bus-util.c
core: add "invocation ID" concept to service manager
[thirdparty/systemd.git] / src / shared / bus-util.c
index 64fcf9295fef3b0624eb151b6305d1f0eed4e17a..bb90c89cc2aa3d467f86a3521a9b1dc67f1a6672 100644 (file)
@@ -1338,7 +1338,7 @@ int bus_property_get_id128(
         if (sd_id128_is_null(*id)) /* Add an empty array if the ID is zero */
                 return sd_bus_message_append(reply, "ay", 0);
         else
-                return sd_bus_message_append_array(reply, 'b', id->bytes, 16);
+                return sd_bus_message_append_array(reply, 'y', id->bytes, 16);
 }
 
 #if __SIZEOF_SIZE_T__ != 8