Fix: zero out data structure before using it
[lttng-tools.git] / src / bin / lttng-sessiond / main.c
index d4e62e32e9e8b86038d82986cb6c9ddbe857ac80..4d9b22de2d4d93e3def0cd43597c61c8b33db87b 100644 (file)
@@ -1410,10 +1410,6 @@ static void *thread_manage_apps(void *data)
                                        }
 
                                        DBG("Apps with sock %d added to poll set", sock);
-
-                                       health_code_update();
-
-                                       break;
                                }
                        } else {
                                /*
@@ -1429,7 +1425,6 @@ static void *thread_manage_apps(void *data)
 
                                        /* Socket closed on remote end. */
                                        ust_app_unregister(pollfd);
-                                       break;
                                }
                        }
 
This page took 0.02409 seconds and 5 git commands to generate.