Fix: sessiond: notification: missing unlock on client skip
[lttng-tools.git] / src / bin / lttng-sessiond / notification-thread-events.c
index 9e5ec509135bd6d2818b6d6635ea6cdd0acf82ea..747740233094477c00fb59065cce2dd3f9861013 100644 (file)
@@ -4421,7 +4421,8 @@ int notification_client_list_send_evaluation(
                         * Notifications resulting from an hidden trigger are
                         * only sent to the session daemon.
                         */
-                       continue;
+                       DBG("Skipping client as the trigger is hidden and the client is not the session daemon");
+                       goto skip_client;
                }
 
                if (source_object_creds) {
This page took 0.023353 seconds and 4 git commands to generate.