mirror of
https://github.com/falcosecurity/falco.git
synced 2025-09-06 17:20:49 +00:00
refactor(usersapace): adapt to changes libs
Signed-off-by: Jason Dellaluce <jasondellaluce@gmail.com>
This commit is contained in:
@@ -439,7 +439,7 @@ bool rule_loader::compiler::compile_condition(
|
||||
sinsp_filter_compiler compiler(filter_factory, ast_out.get());
|
||||
try
|
||||
{
|
||||
filter_out.reset(compiler.compile());
|
||||
filter_out = std::move(compiler.compile());
|
||||
}
|
||||
catch(const sinsp_exception& e)
|
||||
{
|
||||
|
Reference in New Issue
Block a user