Skip to content

Commit 01177bd

Browse files
Update conntrack_linux.go
Co-authored-by: Albin Kerouanton <[email protected]>
1 parent bfa83ee commit 01177bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conntrack_linux.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ func (h *Handle) ConntrackDeleteFilters(table ConntrackTableType, family InetFam
162162
var errMsgs []string
163163
res, err := h.dumpConntrackTable(table, family)
164164
if err != nil {
165-
if !errors.Is(err, ErrDumpInterrupted) {
165+
if !errors.Is(err, ErrDumpInterrupted) {
166166
return 0, err
167167
}
168168
// This allows us to at least do a best effort to try to clean the

0 commit comments

Comments
 (0)