Skip to content

Commit 3f61b8e

Browse files
committed
sq
Signed-off-by: Egor Lazarchuk <[email protected]>
1 parent c680203 commit 3f61b8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/seccompiler/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ pub fn compile_bpf(
6363
let filter_action = filter.filter_action.to_scmp_type();
6464

6565
// SAFETY: Safe as all args are correect.
66-
let mut bpf_filter = unsafe {
66+
let bpf_filter = unsafe {
6767
let r = seccomp_init(default_action);
6868
if r.is_null() {
6969
return Err(CompilationError::LibSeccompContext);

0 commit comments

Comments
 (0)