From 0316a623048b600cdd0b9dc99d5c44380493c465 Mon Sep 17 00:00:00 2001 From: Francis Deslauriers Date: Thu, 10 Dec 2020 15:42:22 -0500 Subject: [PATCH] Cleanup: erroneous use of CDS_INIT_LIST_HEAD() on node MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Francis Deslauriers Signed-off-by: Jérémie Galarneau Change-Id: I6caf957af4d3e325e9f2086441d0552d64a77db5 --- src/bin/lttng-sessiond/notification-thread-events.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bin/lttng-sessiond/notification-thread-events.c b/src/bin/lttng-sessiond/notification-thread-events.c index 049a6d3fc..c9a142413 100644 --- a/src/bin/lttng-sessiond/notification-thread-events.c +++ b/src/bin/lttng-sessiond/notification-thread-events.c @@ -1921,7 +1921,6 @@ int handle_notification_thread_command_add_tracer_event_source( goto end; } - CDS_INIT_LIST_HEAD(&element->node); element->fd = tracer_event_source_fd; element->domain = domain_type; -- 2.34.1