Fix: stop lttng-relayd threads on health thread error
[lttng-tools.git] / src / bin / lttng-relayd / health-relayd.c
index c6dd2e8523f3466abb81d97356b1c13ce1f71273..cff6c6e72889a27e49820c29e9893e04dadbfe3b 100644 (file)
@@ -409,8 +409,9 @@ restart:
                new_sock = -1;
        }
 
-exit:
 error:
+       lttng_relay_stop_threads();
+exit:
        if (err) {
                ERR("Health error occurred in %s", __func__);
        }
This page took 0.023066 seconds and 4 git commands to generate.