X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-relayd%2Fcmd-2-4.c;h=f420ad928ee0e4faf36c5c8f49f3df2bff734383;hp=aeb760a043f773a86ef9d417f31fe36f16854fda;hb=46ef21888c975515837d5dab104c938c424792ed;hpb=2a1668643ca94195d5c3889d0337e19165805a42 diff --git a/src/bin/lttng-relayd/cmd-2-4.c b/src/bin/lttng-relayd/cmd-2-4.c index aeb760a04..f420ad928 100644 --- a/src/bin/lttng-relayd/cmd-2-4.c +++ b/src/bin/lttng-relayd/cmd-2-4.c @@ -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);