Skip to content

Commit bd38c3d

Browse files
committed
Removed unreachable return
1 parent b286346 commit bd38c3d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

fact-ebpf/src/bpf/main.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,6 @@ int BPF_PROG(trace_inode_removexattr, struct mnt_idmap* idmap, struct dentry* de
439439
return 0;
440440
}
441441
return handle_xattr(&m->inode_removexattr, dentry, name, FILE_ACTIVITY_REMOVEXATTR);
442-
return 0;
443442
}
444443

445444
SEC("lsm/path_rmdir")

0 commit comments

Comments
 (0)