Move health into its own common/ static library
[lttng-tools.git] / src / bin / lttng-sessiond / main.c
index a54c0bf8df0a7c76d1bd39f4a4b99273501cb214..550aa1b83f68d65f01e936d1e81fb5308b0b2b4e 100644 (file)
@@ -4727,7 +4727,6 @@ int main(int argc, char **argv)
                PERROR("health_app_create error");
                goto exit_health_sessiond_cleanup;
        }
-       health_init(health_sessiond);
 
        /* Create thread to manage the client socket */
        ret = pthread_create(&ht_cleanup_thread, NULL,
This page took 0.024123 seconds and 4 git commands to generate.