Fix error caused by rebase

Signed-off-by: Andre Fredette <afredette@redhat.com>
reviewable/pr921/r3
Andre Fredette 7 months ago
parent 1a83204397
commit d844886190

@ -75,6 +75,8 @@ impl SockOps {
attach_type, attach_type,
None, None,
mode.into(), mode.into(),
None,
None,
) )
.map_err(|(_, io_error)| SyscallError { .map_err(|(_, io_error)| SyscallError {
call: "bpf_link_create", call: "bpf_link_create",

Loading…
Cancel
Save