X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fconsumer%2Fconsumer.c;h=46b961e8980d8f30e68062a73dd2979c6ca6bf92;hp=afc346333c5dc780a57c2bb86a548a9b0c60d82f;hb=ec135c61effc83fff0695e0e36a4182a8be83c5c;hpb=4edd268b3d6c2b41c879d3f96de711b4a7e07ac1 diff --git a/src/common/consumer/consumer.c b/src/common/consumer/consumer.c index afc346333..46b961e89 100644 --- a/src/common/consumer/consumer.c +++ b/src/common/consumer/consumer.c @@ -2340,7 +2340,6 @@ int consumer_post_rotation(struct lttng_consumer_stream *stream, stream->chan->name); ret = rotate_notify_sessiond(ctx, stream->chan->key); } - assert(stream->chan->nr_stream_rotate_pending >= 0); pthread_mutex_unlock(&stream->chan->lock); return ret;