mirror of
https://github.com/falcosecurity/falco.git
synced 2025-09-01 06:37:22 +00:00
cleanup(uerspace/falco): do not enter dropping mode.
Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
This commit is contained in:
committed by
poiana
parent
eaeec7c079
commit
7343bcf050
@@ -123,11 +123,5 @@ application::run_result application::open_live_inspector(
|
|||||||
return run_result::fatal(e.what());
|
return run_result::fatal(e.what());
|
||||||
}
|
}
|
||||||
|
|
||||||
// This must be done after the open
|
|
||||||
if (!m_options.all_events)
|
|
||||||
{
|
|
||||||
inspector->start_dropping_mode(1);
|
|
||||||
}
|
|
||||||
|
|
||||||
return run_result::ok();
|
return run_result::ok();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user