From: Julien Desfossez Date: Tue, 9 Dec 2014 21:38:05 +0000 (-0500) Subject: Fix: don't destroy the sockets if the snapshot was successful X-Git-Tag: v2.5.3~1 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=5f82d262e2dd1a4e9a1d5457124afa16d726fbe3;hp=5f82d262e2dd1a4e9a1d5457124afa16d726fbe3;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. Signed-off-by: Julien Desfossez Signed-off-by: Jérémie Galarneau ---