Fix: ust-app: protect app socket protocol with lock
[lttng-tools.git] / src / bin / lttng-sessiond / main.c
index 43f750a820fbf7c087ca9e5df4d275b3cc065cc9..b5cfe307df0f09e1a1eec61de85795bee1de29ea 100644 (file)
@@ -1989,7 +1989,7 @@ static void *thread_dispatch_ust_registration(void *data)
                                 * Don't care about return value. Let the manage apps threads
                                 * handle app unregistration upon socket close.
                                 */
-                               (void) ust_app_register_done(app->sock);
+                               (void) ust_app_register_done(app);
 
                                /*
                                 * Even if the application socket has been closed, send the app
This page took 0.022977 seconds and 4 git commands to generate.