X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fmain.c;h=4d9b22de2d4d93e3def0cd43597c61c8b33db87b;hp=d4e62e32e9e8b86038d82986cb6c9ddbe857ac80;hb=996de3c771ebf249a9a40e5ff76daf60d55cb02f;hpb=26296c48a2c7f6a7e90c0412c11cc2b1c5c2f287 diff --git a/src/bin/lttng-sessiond/main.c b/src/bin/lttng-sessiond/main.c index d4e62e32e..4d9b22de2 100644 --- a/src/bin/lttng-sessiond/main.c +++ b/src/bin/lttng-sessiond/main.c @@ -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; } }