X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fust-consumer.c;h=82fd0ea074e0519c2c6bac47c146295e6c861053;hp=43bf2616a2c4a93ba91f81f2a6f60476289dbe7c;hb=4a171f3e17f4799d52e13d385f195fd459b8d008;hpb=f0885867c00eda4544afb3f080dbfbacb9c88bcd diff --git a/src/bin/lttng-sessiond/ust-consumer.c b/src/bin/lttng-sessiond/ust-consumer.c index 43bf2616a..82fd0ea07 100644 --- a/src/bin/lttng-sessiond/ust-consumer.c +++ b/src/bin/lttng-sessiond/ust-consumer.c @@ -321,7 +321,6 @@ int ust_consumer_get_channel(struct consumer_socket *socket, free(stream); if (ret == -LTTNG_UST_ERR_NOENT) { DBG3("UST app consumer has no more stream available"); - ret = 0; break; } if (ret != -EPIPE) {