> -----Original Message-----
> From: Power, Ciara <ciara.po...@intel.com>
>> +static int
>>+telemetry_v2_init(const char *runtime_dir, const char **err_str)

>>+     if (strlcpy(v2_socket.path, get_socket_path(runtime_dir, 2),
>>+                     sizeof(v2_socket.path)) >= sizeof(v2_socket.path)) {
>>+             snprintf(telemetry_log_error, sizeof(telemetry_log_error),
>>+                             "Error with socket binding, path too long");

Need to update the telemetry_log_error to err_str?

Reply via email to