X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=src%2Fshared%2Fbus-util.c;h=bb90c89cc2aa3d467f86a3521a9b1dc67f1a6672;hb=4b58153dd22172d817055d2a09a0cdf3f4bd9db3;hp=64fcf9295fef3b0624eb151b6305d1f0eed4e17a;hpb=e5d855d364a2a474cb42da618d2e4372619ac61d;p=thirdparty%2Fsystemd.git diff --git a/src/shared/bus-util.c b/src/shared/bus-util.c index 64fcf9295fe..bb90c89cc2a 100644 --- a/src/shared/bus-util.c +++ b/src/shared/bus-util.c @@ -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