Skip to content

Commit

Permalink
Fix issue falcosecurity#987
Browse files Browse the repository at this point in the history
For the people who uses the  -b or --print-base64 command argument,
"s_inspector->set_buffer_format(sinsp_evt::PF_NORMAL);" will restore the state to normal dot escaped string instead of base64 (that they chose....).
  • Loading branch information
realgam3 committed Jan 4, 2020
1 parent 2041932 commit dbc981c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions userspace/engine/formats.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,6 @@ int falco_formats::format_event (lua_State *ls)
{
json_line.erase(0, 1);
}

s_inspector->set_buffer_format(sinsp_evt::PF_NORMAL);
}
}
catch (sinsp_exception& e)
Expand Down

0 comments on commit dbc981c

Please sign in to comment.