relayd comm: add base path to create session
[lttng-tools.git] / src / bin / lttng-relayd / cmd-2-4.c
index aeb760a043f773a86ef9d417f31fe36f16854fda..f420ad928ee0e4faf36c5c8f49f3df2bff734383 100644 (file)
@@ -64,6 +64,7 @@ int cmd_create_session_2_4(const struct lttng_buffer_view *payload,
        }
        strncpy(hostname, session_info.hostname,
                        sizeof(session_info.hostname));
+
        *live_timer = be32toh(session_info.live_timer);
        *snapshot = be32toh(session_info.snapshot);
 
This page took 0.022716 seconds and 4 git commands to generate.