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