From 5564d3da1156470bcd46d610e3daf622e184b381 Mon Sep 17 00:00:00 2001 From: Luca Guerra Date: Fri, 9 Feb 2024 16:21:21 +0000 Subject: [PATCH] cleanup(app): ensure unbuffered_outputs is initialized Signed-off-by: Luca Guerra --- userspace/falco/app/options.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/userspace/falco/app/options.cpp b/userspace/falco/app/options.cpp index f3d8a714..9c0f3857 100644 --- a/userspace/falco/app/options.cpp +++ b/userspace/falco/app/options.cpp @@ -36,6 +36,7 @@ options::options() list_plugins(false), list_syscall_events(false), markdown(false), + unbuffered_outputs(false), dry_run(false) { }