summaryrefslogtreecommitdiff
path: root/net/netfilter/nft_tproxy.c
diff options
context:
space:
mode:
authorJeremy Sowden <jeremy@azazel.net>2020-01-15 23:05:50 +0300
committerPablo Neira Ayuso <pablo@netfilter.org>2020-01-16 17:51:57 +0300
commit577c734a81e2f59aa4490071ebe074fc05d5540b (patch)
tree4a74f30e081031185ca765a0fa74a0542c0be1be /net/netfilter/nft_tproxy.c
parent265ec7b0e8c35ea70e694da43aa8896e2614def9 (diff)
downloadlinux-577c734a81e2f59aa4490071ebe074fc05d5540b.tar.xz
netfilter: bitwise: replace gotos with returns.
When dumping a bitwise expression, if any of the puts fails, we use goto to jump to a label. However, no clean-up is required and the only statement at the label is a return. Drop the goto's and return immediately instead. Signed-off-by: Jeremy Sowden <jeremy@azazel.net> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'net/netfilter/nft_tproxy.c')
0 files changed, 0 insertions, 0 deletions