hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/net/netfilter/nft_lookup.c
....@@ -132,7 +132,7 @@
132132 {
133133 struct nft_lookup *priv = nft_expr_priv(expr);
134134
135
- priv->set->use++;
135
+ nf_tables_activate_set(ctx, priv->set);
136136 }
137137
138138 static void nft_lookup_destroy(const struct nft_ctx *ctx,