From: Jérémie Galarneau Date: Thu, 20 Oct 2016 21:05:14 +0000 (-0400) Subject: Fix: stop sessiond threads on health thread error X-Git-Tag: v2.7.6~3 X-Git-Url: http://git.liburcu.org/?p=lttng-tools.git;a=commitdiff_plain;h=25c629438a161e3ae35fa50baf63339b031bd749 Fix: stop sessiond threads on health thread error Signed-off-by: Jérémie Galarneau --- diff --git a/src/bin/lttng-sessiond/main.c b/src/bin/lttng-sessiond/main.c index bd27b2fc4..476b1b35f 100644 --- a/src/bin/lttng-sessiond/main.c +++ b/src/bin/lttng-sessiond/main.c @@ -4251,7 +4251,7 @@ error: } lttng_poll_clean(&events); - + stop_threads(); rcu_unregister_thread(); return NULL; }