mirror of
https://github.com/falcosecurity/falco.git
synced 2025-08-30 21:25:06 +00:00
cleanup(uerspace/falco): do not enter dropping mode.
Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
This commit is contained in:
parent
eaeec7c079
commit
7343bcf050
@ -123,11 +123,5 @@ application::run_result application::open_live_inspector(
|
||||
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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user