]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blobdiff - net/netfilter/nft_ct.c
netfilter: nf_tables: pass context to object destroy indirection
[mirror_ubuntu-hirsute-kernel.git] / net / netfilter / nft_ct.c
index ea737fd789e871d025faf27e6324feb89c930b83..f8b19eacfa0cdd2a312bcea670086cb6475047cd 100644 (file)
@@ -826,7 +826,8 @@ static int nft_ct_helper_obj_init(const struct nft_ctx *ctx,
        return 0;
 }
 
-static void nft_ct_helper_obj_destroy(struct nft_object *obj)
+static void nft_ct_helper_obj_destroy(const struct nft_ctx *ctx,
+                                     struct nft_object *obj)
 {
        struct nft_ct_helper_obj *priv = nft_obj_data(obj);