Fix: don't destroy the sockets if the snapshot was successful
authorJulien Desfossez <jdesfossez@efficios.com>
Tue, 9 Dec 2014 21:38:05 +0000 (16:38 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 10 Dec 2014 21:25:46 +0000 (16:25 -0500)
commit20da94cc6302449fbbd5328dba6ec892da91b796
tree1b2d7f1656b24457653d0148cc0d9ffecf527863
parentc739007373be4b2682252004108e8ecc42a14917
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 <jdesfossez@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/bin/lttng-sessiond/cmd.c
This page took 0.024917 seconds and 4 git commands to generate.