From: Jonathan Rajotte Date: Wed, 4 Sep 2019 22:29:58 +0000 (-0400) Subject: Fix: chunk state is not set when relayd does not support trace chunks X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=caa15afd11d8545ea2cae5650947386fbc07af64;hp=caa15afd11d8545ea2cae5650947386fbc07af64;p=lttng-tools.git Fix: chunk state is not set when relayd does not support trace chunks Being explicit here enforces that for a lttng-relayd that does not support chunks, the queried chunk will never exist. This caused a lttng destroy command to hang during backward compatibility testing with older lttng-relayd. Signed-off-by: Jonathan Rajotte Signed-off-by: Jérémie Galarneau ---