fix(falco): parameter ordering in initialization

Signed-off-by: Luca Guerra <luca@guerra.sh>
This commit is contained in:
Luca Guerra
2022-06-28 07:33:37 +00:00
committed by poiana
parent 982e8663be
commit 3cde70eda8

View File

@@ -29,8 +29,8 @@ namespace app {
// initialize their linked variables.
cmdline_options::cmdline_options()
: event_buffer_format(sinsp_evt::PF_NORMAL),
list_plugins(false),
gvisor_config(""),
list_plugins(false),
m_cmdline_opts("falco", "Falco - Cloud Native Runtime Security")
{
define();