relayd: create stream files relative to a session's trace chunk
[lttng-tools.git] / src / bin / lttng-relayd / cmd-2-2.c
index 5ff6280509a2119291df7065a01af7d2d5bd1122..915b2eb64a41a84acca565cf8b5135bf786d770b 100644 (file)
@@ -58,7 +58,7 @@ int cmd_recv_stream_2_2(const struct lttng_buffer_view *payload,
                ERR("Path name too long");
                goto error;
        }
-       path_name = create_output_path(stream_info.pathname);
+       path_name = strdup(stream_info.pathname);
        if (!path_name) {
                PERROR("Path name allocation");
                ret = -ENOMEM;
This page took 0.023538 seconds and 4 git commands to generate.