X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fconsumer%2Fconsumer.c;h=e99dc54ed0a98897eb866a19bceb5ecf7087f163;hp=d903c54c2eff84ad30923d789312a3d3d3741365;hb=c70636a7342f34e3be68fcf411cf3e3718b8e73f;hpb=482b1157950e665c952ca8393e491fc9fc699157 diff --git a/src/common/consumer/consumer.c b/src/common/consumer/consumer.c index d903c54c2..e99dc54ed 100644 --- a/src/common/consumer/consumer.c +++ b/src/common/consumer/consumer.c @@ -4355,7 +4355,7 @@ enum lttcomm_return_code lttng_consumer_init_command( const lttng_uuid sessiond_uuid) { enum lttcomm_return_code ret; - char uuid_str[UUID_STR_LEN]; + char uuid_str[LTTNG_UUID_STR_LEN]; if (ctx->sessiond_uuid.is_set) { ret = LTTCOMM_CONSUMERD_ALREADY_SET;