index
:
netsniff-ng.git
coverity_scan
gh-actions
master
A high-performance Linux networking toolkit
Daniel Borkmann, Tobias Klauser
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bpf.c
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'bpf.c')
-rw-r--r--
bpf.c
2
1 files changed, 0 insertions, 2 deletions
diff --git a/bpf.c b/bpf.c
index dc7e3cb..3809444 100644
--- a/
bpf.c
+++ b/
bpf.c
@@ -505,8 +505,6 @@ int __bpf_validate(const struct sock_fprog *bpf)
break;
case BPF_MISC:
break;
- default:
- return 0;
}
}