Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 13651
b: refs/heads/master
c: 439a999
h: refs/heads/master
i:
  13649: e2a9a49
  13647: 7d45db5
v: v3
  • Loading branch information
Krzysztof Piotr Oledzki authored and David S. Miller committed Nov 9, 2005
1 parent be2514f commit 38a7b9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a856a19a9f3ee14fc0d555470f3af138aeb0245c
refs/heads/master: 439a9994bb6ae3c7cab1f0b776bca6bc7aa58a11
3 changes: 2 additions & 1 deletion trunk/net/ipv4/netfilter/ip_conntrack_proto_icmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,8 @@ static int icmp_nfattr_to_tuple(struct nfattr *tb[],
struct ip_conntrack_tuple *tuple)
{
if (!tb[CTA_PROTO_ICMP_TYPE-1]
|| !tb[CTA_PROTO_ICMP_CODE-1])
|| !tb[CTA_PROTO_ICMP_CODE-1]
|| !tb[CTA_PROTO_ICMP_ID-1])
return -1;

tuple->dst.u.icmp.type =
Expand Down

0 comments on commit 38a7b9b

Please sign in to comment.