Initialization of a netlink_ctx included two initializers for .nft.
Removed one of them.
Fixes: 2dc07bcd7eaa ("src: pass struct nft_ctx through struct netlink_ctx")
Signed-off-by: Jeremy Sowden <[email protected]>
---
src/rule.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/rule.c b/src/rule.c
index b957b4571249..0ebe91e79a03 100644
--- a/src/rule.c
+++ b/src/rule.c
@@ -240,7 +240,6 @@ int cache_update(struct nft_ctx *nft, unsigned int flags,
struct list_head *msgs
.list = LIST_HEAD_INIT(ctx.list),
.nft = nft,
.msgs = msgs,
- .nft = nft,
};
struct nft_cache *cache = &nft->cache;
uint32_t genid, genid_stop;
--
2.20.1