tests: fix typo in bpf.test
* tests/bpf.c (main): Add missing semicolon. Fixes: ad427721 ("tests: rewrite bpf.test from match_grep to match_diff")
This commit is contained in:
parent
34878f17b9
commit
75c3844167
@ -213,7 +213,7 @@ main(void)
|
||||
(unsigned) sizeof(union bpf_attr), errstr);
|
||||
BOGUS_BPF(BPF_PROG_ATTACH);
|
||||
|
||||
prog_cgroup(BPF_PROG_DETACH)
|
||||
prog_cgroup(BPF_PROG_DETACH);
|
||||
printf("bpf(BPF_PROG_DETACH"
|
||||
", {target_fd=-1, attach_type=BPF_CGROUP_INET_INGRESS}, %u)"
|
||||
" = %s\n",
|
||||
|
Loading…
x
Reference in New Issue
Block a user