Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
mstemm committed Apr 20, 2018
1 parent ab65162 commit 5eb7c7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userspace/falco/falco.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ uint64_t do_inspect(falco_engine *engine,
}
}

if(!evt->falco_consider())
if(!ev->falco_consider())
{
continue;
}
Expand Down

0 comments on commit 5eb7c7b

Please sign in to comment.