summaryrefslogtreecommitdiffstats
path: root/kernel/net/netfilter/nf_nat_proto_udp.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/net/netfilter/nf_nat_proto_udp.c')
-rw-r--r--kernel/net/netfilter/nf_nat_proto_udp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/net/netfilter/nf_nat_proto_udp.c b/kernel/net/netfilter/nf_nat_proto_udp.c
index b0ede2f0d..b1e627227 100644
--- a/kernel/net/netfilter/nf_nat_proto_udp.c
+++ b/kernel/net/netfilter/nf_nat_proto_udp.c
@@ -57,7 +57,7 @@ udp_manip_pkt(struct sk_buff *skb,
l3proto->csum_update(skb, iphdroff, &hdr->check,
tuple, maniptype);
inet_proto_csum_replace2(&hdr->check, skb, *portptr, newport,
- 0);
+ false);
if (!hdr->check)
hdr->check = CSUM_MANGLED_0;
}