From: Mathieu Desnoyers Date: Thu, 3 Sep 2015 04:38:26 +0000 (-0400) Subject: Fix: relayd: don't check new metadata on get packet X-Git-Tag: v2.8.0-rc1~412 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=2160c3c77dd1285327c69cdaf3c589aea7233396;hp=2160c3c77dd1285327c69cdaf3c589aea7233396;p=lttng-tools.git Fix: relayd: don't check new metadata on get packet We only care about this when we get the next index. There may be new metadata that appears between get next index and get packet, but it should not matter. Signed-off-by: Mathieu Desnoyers Signed-off-by: Jérémie Galarneau ---