Fix: wrong condition on startup for low-activity streams
authorJulien Desfossez <jdesfossez@efficios.com>
Mon, 24 Feb 2014 18:02:19 +0000 (13:02 -0500)
committerDavid Goulet <dgoulet@efficios.com>
Mon, 24 Feb 2014 18:51:34 +0000 (13:51 -0500)
commit8ffc312f15875c690bb99d556ae4e07bb5fa4857
treecb19d9a149137f63d7c37a21768e99c49bc412ef
parent1653716c9f27c34ece6002a01dfdac08520c6c42
Fix: wrong condition on startup for low-activity streams

If we only received and sent one index, we should not be in the retry
condition.
The rstream->total_index_received == vstream->last_sent_index is checked
before.

Signed-off-by: Julien Desfossez <jdesfossez@efficios.com>
Signed-off-by: David Goulet <dgoulet@efficios.com>
src/bin/lttng-relayd/live.c
This page took 0.024507 seconds and 4 git commands to generate.