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>
Wed, 26 Oct 2016 13:16:15 +0000 (09:16 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/bin/lttng-sessiond/main.c

index bd27b2fc451d847be4d1bbaf27457a62337d127d..476b1b35fcbd65fcf6daeeb829309ad7613900e6 100644 (file)
@@ -4251,7 +4251,7 @@ error:
        }
 
        lttng_poll_clean(&events);
-
+       stop_threads();
        rcu_unregister_thread();
        return NULL;
 }
This page took 0.027138 seconds and 4 git commands to generate.