Skip to content

Commit

Permalink
Fix container.h compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
lebauce committed Mar 5, 2025
1 parent fd63fde commit 4910db0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/security/ebpf/c/include/helpers/container.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ static __attribute__((always_inline)) void copy_container_id(const container_id_
static void __attribute__((always_inline)) fill_container_context(struct proc_cache_t *entry, struct container_context_t *context) {
if (entry) {
context->cgroup_context = entry->container.cgroup_context;
} else {
context->container_id[0] = 0;
}
}

Expand Down

0 comments on commit 4910db0

Please sign in to comment.