Fix: remove assertions of the existence of a trace chunk
[lttng-tools.git] / src / bin / lttng-sessiond / consumer.c
index 9246dc7ced5045986363355a4e67bcc30c151110..9c178f5fae87346bb7d2ca4980652fe476390a32 100644 (file)
@@ -893,10 +893,6 @@ void consumer_init_ask_channel_comm_msg(struct lttcomm_consumer_msg *msg,
        msg->u.ask_channel.buffer_credentials.uid = UINT32_MAX;
        msg->u.ask_channel.buffer_credentials.gid = UINT32_MAX;
 
-       if (monitor) {
-               assert(trace_chunk);
-       }
-
         if (trace_chunk) {
                uint64_t chunk_id;
                enum lttng_trace_chunk_status chunk_status;
This page took 0.023525 seconds and 4 git commands to generate.