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 12:31:12 +0000 (08:31 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/bin/lttng-sessiond/main.c

index e4aaa9928f31a0a5a488277d7fee9c645c05d6e4..e810d5614996925faae66ed1946fa8c1c2012827 100644 (file)
@@ -4374,7 +4374,7 @@ error:
        }
 
        lttng_poll_clean(&events);
-
+       stop_threads();
        rcu_unregister_thread();
        return NULL;
 }
This page took 0.028084 seconds and 4 git commands to generate.