configure: add '-Wredundant-decls' to warning flags
[lttng-tools.git] / src / bin / lttng-relayd / main.cpp
index 72bf30b7ec10589ce797b83af494bc6f7e782e78..2b10618767926f745edfba8593c7496265593ba3 100644 (file)
@@ -4424,7 +4424,7 @@ int main(int argc, char **argv)
 
        /* Create thread to manage the client socket */
        ret = pthread_create(&health_thread, default_pthread_attr(),
-                       thread_manage_health, (void *) NULL);
+                       thread_manage_health_relayd, (void *) NULL);
        if (ret) {
                errno = ret;
                PERROR("pthread_create health");
This page took 0.022702 seconds and 4 git commands to generate.