Skip to content

Commit

Permalink
Remove duplicated chain add (#1444)
Browse files Browse the repository at this point in the history
Remove duplicated chain add operation
  • Loading branch information
pappz committed Jan 8, 2024
1 parent 5de4acf commit 69dbcbd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/firewall/nftables/acl_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,6 @@ func (m *AclManager) createPreroutingMangle() *nftables.Chain {
Chain: chain,
Exprs: expressions,
})
chain = m.rConn.AddChain(chain)
return chain
}

Expand Down

0 comments on commit 69dbcbd

Please sign in to comment.