Fix: remove break in epoll loop of apps. thread
[lttng-tools.git] / src / bin / lttng-sessiond / main.c
index e522db01dc174493d76366c825a0f44594e31545..2eefebfe155f7270922fac7d7f0b0c34fd710eb8 100644 (file)
@@ -1293,10 +1293,6 @@ static void *thread_manage_apps(void *data)
                                        }
 
                                        DBG("Apps with sock %d added to poll set", sock);
-
-                                       health_code_update();
-
-                                       break;
                                }
                        } else {
                                /*
@@ -1312,7 +1308,6 @@ static void *thread_manage_apps(void *data)
 
                                        /* Socket closed on remote end. */
                                        ust_app_unregister(pollfd);
-                                       break;
                                }
                        }
 
This page took 0.023102 seconds and 4 git commands to generate.