A ruleset listing triggers this bug.

Fixes: fc6d0f8b0cb1 ("libnftables: get rid of repeated initialization of 
netlink_ctx")
Signed-off-by: Pablo Neira Ayuso <pa...@netfilter.org>
---
 src/libnftables.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/libnftables.c b/src/libnftables.c
index a19636b22683..e20372438db6 100644
--- a/src/libnftables.c
+++ b/src/libnftables.c
@@ -34,7 +34,7 @@ static int nft_netlink(struct nft_ctx *nft,
        int ret = 0;
 
        if (list_empty(cmds))
-               return 0;
+               goto out;
 
        batch_seqnum = mnl_batch_begin(ctx.batch, mnl_seqnum_alloc(&seqnum));
        list_for_each_entry(cmd, cmds, list) {
-- 
2.11.0

Reply via email to