Skip to content

Commit

Permalink
Remove rebase artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
stanek-michal committed May 24, 2024
1 parent 84bdd93 commit 34ca906
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions non-GPL/Events/EventsTrace/EventsTrace.c
Original file line number Diff line number Diff line change
Expand Up @@ -789,8 +789,6 @@ static void out_process_exec(struct ebpf_process_exec_event *evt)

out_string("comm", evt->comm);
out_comma();
out_bool("is_setuid", evt->is_setuid);
out_comma();

out_bool("is_setuid", evt->flags & EXEC_F_SETUID);
out_comma();
Expand Down

0 comments on commit 34ca906

Please sign in to comment.