Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 9829
b: refs/heads/master
c: a1bcc3f
h: refs/heads/master
i:
  9827: 4b1907b
v: v3
  • Loading branch information
Pablo Neira Ayuso authored and David S. Miller committed Oct 11, 2005
1 parent cedd191 commit d25b08e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: d000eaf7720cb12cd03cd3d55f71be44357d27a9
refs/heads/master: a1bcc3f26885b0a8bf04799551de2e9574ccbda1
3 changes: 1 addition & 2 deletions trunk/net/ipv4/netfilter/ip_conntrack_proto_icmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -296,8 +296,7 @@ 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_ID-1])
|| !tb[CTA_PROTO_ICMP_CODE-1])
return -1;

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

0 comments on commit d25b08e

Please sign in to comment.