]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - net/netfilter/nft_ct.c
Merge tag 'vfio-v4.18-rc1' of git://github.com/awilliam/linux-vfio
[linux.git] / net / netfilter / nft_ct.c
index 5c0de704bad5a1365a6ce4557e2d0802a5bdbe0b..1435ffc5f57ed4f652de56b1063208717c28bab6 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);