From: Francis Deslauriers Date: Thu, 10 Dec 2020 20:42:22 +0000 (-0500) Subject: Cleanup: erroneous use of CDS_INIT_LIST_HEAD() on node X-Git-Tag: v2.13.0-rc1~384 X-Git-Url: http://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=0316a623048b600cdd0b9dc99d5c44380493c465 Cleanup: erroneous use of CDS_INIT_LIST_HEAD() on node Signed-off-by: Francis Deslauriers Signed-off-by: Jérémie Galarneau Change-Id: I6caf957af4d3e325e9f2086441d0552d64a77db5 --- 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;