Skip to content

Commit

Permalink
Squash me (temp)
Browse files Browse the repository at this point in the history
  • Loading branch information
mstemm committed Aug 21, 2018
1 parent c8db291 commit 2941f8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userspace/libsinsp/filterchecks.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -773,7 +773,7 @@ uint8_t* sinsp_filter_check_fd::extract(sinsp_evt *evt, OUT uint32_t* len, bool

if(m_fdinfo->is_role_none())
{
RETURN_EXTRACT_CSTR("None");
return NULL;
}

m_tstr = "";
Expand Down

0 comments on commit 2941f8d

Please sign in to comment.