]> git.ipfire.org Git - thirdparty/iptables.git/commit
nft: Use nft_chain_find() in nft_chain_builtin_init()
authorPhil Sutter <phil@nwl.cc>
Tue, 4 Aug 2020 15:02:21 +0000 (17:02 +0200)
committerPhil Sutter <phil@nwl.cc>
Fri, 21 Aug 2020 17:01:04 +0000 (19:01 +0200)
commitf75750ff9d5c49808812c41081cd2a3700878941
treecc2eb4349d90e86daf83a0fad3d38073a2cef79f
parentc330a2198e86d757e1d553f7e1d64baa2f10d7a9
nft: Use nft_chain_find() in nft_chain_builtin_init()

The replaced code is basically identical to nft_chain_find()'s body.

Signed-off-by: Phil Sutter <phil@nwl.cc>
iptables/nft.c