X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fconsumer-timer.c;h=b97cb28443a99232550de4d543b2607896452ead;hp=1571d86de78b95437d7f7ab833af79129a6b39e2;hb=fac41e72fd9335dd3ab372a74b96dff5dc2cdbdf;hpb=c36441a9c2038a7dac73413b7ee6c06c9d947d6f diff --git a/src/common/consumer-timer.c b/src/common/consumer-timer.c index 1571d86de..b97cb2844 100644 --- a/src/common/consumer-timer.c +++ b/src/common/consumer-timer.c @@ -397,7 +397,7 @@ void consumer_timer_live_start(struct lttng_consumer_channel *channel, assert(channel); assert(channel->key); - if (live_timer_interval == 0) { + if (live_timer_interval <= 0) { return; }