mirror of
https://github.com/falcosecurity/falco.git
synced 2025-09-13 21:41:23 +00:00
fix(falco): parameter ordering in initialization
Signed-off-by: Luca Guerra <luca@guerra.sh>
This commit is contained in:
@@ -29,8 +29,8 @@ namespace app {
|
|||||||
// initialize their linked variables.
|
// initialize their linked variables.
|
||||||
cmdline_options::cmdline_options()
|
cmdline_options::cmdline_options()
|
||||||
: event_buffer_format(sinsp_evt::PF_NORMAL),
|
: event_buffer_format(sinsp_evt::PF_NORMAL),
|
||||||
|
gvisor_config(""),
|
||||||
list_plugins(false),
|
list_plugins(false),
|
||||||
gvisor_config(""),
|
|
||||||
m_cmdline_opts("falco", "Falco - Cloud Native Runtime Security")
|
m_cmdline_opts("falco", "Falco - Cloud Native Runtime Security")
|
||||||
{
|
{
|
||||||
define();
|
define();
|
||||||
|
Reference in New Issue
Block a user