diff options
Diffstat (limited to 'samples/bpf/sock_example.c')
| -rw-r--r-- | samples/bpf/sock_example.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/samples/bpf/sock_example.c b/samples/bpf/sock_example.c index c8ad0404416f..a0ce251c5390 100644 --- a/samples/bpf/sock_example.c +++ b/samples/bpf/sock_example.c @@ -56,7 +56,7 @@ static int test_sock(void)  	};  	prog_fd = bpf_prog_load(BPF_PROG_TYPE_SOCKET_FILTER, prog, sizeof(prog), -				"GPL"); +				"GPL", 0);  	if (prog_fd < 0) {  		printf("failed to load prog '%s'\n", strerror(errno));  		goto cleanup; | 
