Fix: add missing goto error in UST consumer
[lttng-tools.git] / src / common / ust-consumer / ust-consumer.c
index 2bbc3f5e4fab1ba7b89fd0820ddf93080229b15d..44a8240b055e55dd798e98874f642f1efc72c414 100644 (file)
@@ -1049,6 +1049,7 @@ int lttng_ustconsumer_recv_cmd(struct lttng_consumer_local_data *ctx,
                if (!channel) {
                        ERR("UST consumer push metadata %" PRIu64 " not found", key);
                        ret_code = LTTNG_ERR_UST_CHAN_NOT_FOUND;
+                       goto end_msg_sessiond;
                }
 
                /* Tell session daemon we are ready to receive the metadata. */
This page took 0.02763 seconds and 5 git commands to generate.