Fix: stop sessiond threads on health thread error
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 20 Oct 2016 21:05:14 +0000 (17:05 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 20 Oct 2016 21:05:52 +0000 (17:05 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/bin/lttng-sessiond/main.c

index 2752e9ff37be7f142a76eebd902a51a530c14217..85a35183fba5acc00a4cd80e755005c204396339 100644 (file)
@@ -4325,7 +4325,7 @@ error:
        }
 
        lttng_poll_clean(&events);
-
+       stop_threads();
        rcu_unregister_thread();
        return NULL;
 }
This page took 0.027947 seconds and 5 git commands to generate.