A rather cosmetic issue though, the program will terminate anyway. Fixes: 325af556cd3a6 ("add ipset to nftables translation infrastructure") Signed-off-by: Phil Sutter <phil@xxxxxx> --- lib/ipset.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ipset.c b/lib/ipset.c index f57b07413cba5..2e098e435d954 100644 --- a/lib/ipset.c +++ b/lib/ipset.c @@ -1999,7 +1999,7 @@ static int ipset_xlate_restore(struct ipset *ipset) ret = build_argv(ipset, c); if (ret < 0) - return ret; + break; cmd = ipset_parser(ipset, ipset->newargc, ipset->newargv); if (cmd < 0) -- 2.38.0