We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65676da commit 3c167e1Copy full SHA for 3c167e1
net/bridge/netfilter/nf_conntrack_bridge.c
@@ -37,7 +37,7 @@ static int nf_br_ip_fragment(struct net *net, struct sock *sk,
37
ktime_t tstamp = skb->tstamp;
38
struct ip_frag_state state;
39
struct iphdr *iph;
40
- int err;
+ int err = 0;
41
42
/* for offloaded checksums cleanup checksum before fragmentation */
43
if (skb->ip_summed == CHECKSUM_PARTIAL &&
0 commit comments