X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcommon%2Fconsumer%2Fconsumer.c;h=09f0f0983a37cef21893e263d0ab2528b1d709f5;hb=d186e4cbbca201936132f3b6aad1710e35dec373;hp=0086d748f0c6fe17fd54e87ccffdf7384f2ae447;hpb=6b584c2ece62c620a86cf438bb358a9da7962b7e;p=lttng-tools.git diff --git a/src/common/consumer/consumer.c b/src/common/consumer/consumer.c index 0086d748f..09f0f0983 100644 --- a/src/common/consumer/consumer.c +++ b/src/common/consumer/consumer.c @@ -4801,7 +4801,7 @@ enum lttcomm_return_code lttng_consumer_trace_chunk_exists( /* Internal error. */ ERR("Failed to query the existence of a trace chunk"); ret_code = LTTCOMM_CONSUMERD_FATAL; - goto end_rcu_unlock; + goto end; } DBG("Trace chunk %s locally", chunk_exists_local ? "exists" : "does not exist");