Skip to content

Commit

Permalink
keep tryig
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgmiller committed Nov 20, 2024
1 parent 687be64 commit 9a98efe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/nfqinterceptor/nfqinterceptor.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ func (n *nfqInterceptor) Run(ctx context.Context, renderVerdict func(networkpoli
}
}
logger.Info("Could not receive message", "error", err)
return 1
return 0
})
if err != nil {
logger.Info("could not open nfqueue socket", "error", err)
Expand Down

0 comments on commit 9a98efe

Please sign in to comment.