X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Flttng-event-notifier-notification.c;fp=src%2Flttng-event-notifier-notification.c;h=a4e945673633a4cc7c761a73aa388b5678c74106;hb=cbb2c0a178a4154ec086c73b3247c255b8ac1fea;hp=957883a801e6651e48b307ba3320e688f740b25b;hpb=f125ded468c0897642e1a5608cee3c9c8398cdc5;p=lttng-modules.git diff --git a/src/lttng-event-notifier-notification.c b/src/lttng-event-notifier-notification.c index 957883a8..a4e94567 100644 --- a/src/lttng-event-notifier-notification.c +++ b/src/lttng-event-notifier-notification.c @@ -463,9 +463,6 @@ void lttng_event_notifier_notification_send(struct lttng_kernel_event_notifier * struct lttng_event_notifier_notification notif = { 0 }; size_t captures_left; - if (unlikely(!READ_ONCE(event_notifier->parent.enabled))) - return; - if (notification_init(¬if, event_notifier)) goto error;