lttng-sessiond: do not call ustctl_register_done()
[lttng-tools.git] / lttng-sessiond / main.c
index 845ec0684ba69b2a85848d2c3a450889cd078d2c..91db9677abdfd24a6d781db11bd47951f95fbed9 100644 (file)
@@ -1157,7 +1157,7 @@ static void *thread_manage_apps(void *data)
                                         */
                                        update_ust_app(ust_cmd.sock);
 
-                                       ret = ustctl_register_done(ust_cmd.sock);
+                                       ret = ust_app_register_done(ust_cmd.sock);
                                        if (ret < 0) {
                                                /*
                                                 * If the registration is not possible, we simply
This page took 0.023707 seconds and 4 git commands to generate.