mirror of
https://github.com/falcosecurity/falco.git
synced 2025-07-16 07:47:00 +00:00
update(outputs): fixing spacing issue
Signed-off-by: Jason Dellaluce <jasondellaluce@gmail.com>
This commit is contained in:
parent
c7d9b6ee7f
commit
7c98d0047c
@ -342,7 +342,6 @@ void falco_engine::populate_rule_result(unique_ptr<struct rule_result> &res, gen
|
|||||||
if(lua_isfunction(m_ls, -1))
|
if(lua_isfunction(m_ls, -1))
|
||||||
{
|
{
|
||||||
lua_pushnumber(m_ls, ev->get_check_id());
|
lua_pushnumber(m_ls, ev->get_check_id());
|
||||||
|
|
||||||
if(lua_pcall(m_ls, 1, 5, 0) != 0)
|
if(lua_pcall(m_ls, 1, 5, 0) != 0)
|
||||||
{
|
{
|
||||||
const char* lerr = lua_tostring(m_ls, -1);
|
const char* lerr = lua_tostring(m_ls, -1);
|
||||||
|
Loading…
Reference in New Issue
Block a user