refactor(usersapace): adapt to changes libs

Signed-off-by: Jason Dellaluce <jasondellaluce@gmail.com>
This commit is contained in:
Jason Dellaluce
2024-02-20 09:21:24 +00:00
committed by poiana
parent 4ed11d90a4
commit b515f0a079
4 changed files with 4 additions and 6 deletions

View File

@@ -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)
{