diff options
-rw-r--r-- | net/netfilter/nft_lookup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/netfilter/nft_lookup.c b/net/netfilter/nft_lookup.c index e164325d1bc0..8166b6994cc7 100644 --- a/net/netfilter/nft_lookup.c +++ b/net/netfilter/nft_lookup.c | |||
@@ -43,7 +43,7 @@ static void nft_lookup_eval(const struct nft_expr *expr, | |||
43 | return; | 43 | return; |
44 | } | 44 | } |
45 | 45 | ||
46 | if (found && set->flags & NFT_SET_MAP) | 46 | if (set->flags & NFT_SET_MAP) |
47 | nft_data_copy(®s->data[priv->dreg], | 47 | nft_data_copy(®s->data[priv->dreg], |
48 | nft_set_ext_data(ext), set->dlen); | 48 | nft_set_ext_data(ext), set->dlen); |
49 | 49 | ||