From: Jonathan Rajotte Date: Fri, 8 Feb 2019 01:25:42 +0000 (-0500) Subject: Fix: don't destroy the sockets if the snapshot was successful X-Git-Tag: v2.12.0-rc1~658 X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;ds=sidebyside;h=c4a29317fe4eddfd4a779906a108f5779683843f;hp=c4a29317fe4eddfd4a779906a108f5779683843f;p=lttng-tools.git Fix: don't destroy the sockets if the snapshot was successful Missing a goto to skip the error condition that was destroying the relayd sockets even if a snapshot was successful. We want to keep them open to reuse them for the next snapshots. This is verbatim from the fix 1371fc1228461eb532118280e67ab3e9de015757 It is also the same fix. Signed-off-by: Jonathan Rajotte Signed-off-by: Jérémie Galarneau ---