mirror of
https://github.com/falcosecurity/falco.git
synced 2025-07-04 10:26:40 +00:00
cleanup(app): ensure unbuffered_outputs is initialized
Signed-off-by: Luca Guerra <luca@guerra.sh>
This commit is contained in:
parent
fe5c58e20e
commit
5564d3da11
@ -36,6 +36,7 @@ options::options()
|
|||||||
list_plugins(false),
|
list_plugins(false),
|
||||||
list_syscall_events(false),
|
list_syscall_events(false),
|
||||||
markdown(false),
|
markdown(false),
|
||||||
|
unbuffered_outputs(false),
|
||||||
dry_run(false)
|
dry_run(false)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user