Fix: sessiond: trigger with condition not requiring event notifier cannot be listed
[lttng-tools.git] / src / bin / lttng-sessiond / event-notifier-error-accounting.c
index 02c99b96bcf0669b765884cac41ec04958842de3..61ba6981e7806426a50cb5d287c4cdc4a9d6f208 100644 (file)
@@ -1042,6 +1042,7 @@ event_notifier_error_accounting_get_count(
                return event_notifier_error_accounting_ust_get_count(trigger,
                                count);
 #else
+               *count = 0;
                return EVENT_NOTIFIER_ERROR_ACCOUNTING_STATUS_OK;
 #endif /* HAVE_LIBLTTNG_UST_CTL */
        default:
This page took 0.023306 seconds and 4 git commands to generate.