Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 13652
b: refs/heads/master
c: 5fd52fe
h: refs/heads/master
v: v3
  • Loading branch information
Krzysztof Piotr Oledzki authored and David S. Miller committed Nov 9, 2005
1 parent 38a7b9b commit bb56174
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 439a9994bb6ae3c7cab1f0b776bca6bc7aa58a11
refs/heads/master: 5fd52fe0989f8c84abd8d4a40ded79d4da911744
2 changes: 1 addition & 1 deletion trunk/net/ipv4/netfilter/ip_conntrack_proto_icmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ static int icmp_nfattr_to_tuple(struct nfattr *tb[],
tuple->dst.u.icmp.code =
*(u_int8_t *)NFA_DATA(tb[CTA_PROTO_ICMP_CODE-1]);
tuple->src.u.icmp.id =
*(u_int8_t *)NFA_DATA(tb[CTA_PROTO_ICMP_ID-1]);
*(u_int16_t *)NFA_DATA(tb[CTA_PROTO_ICMP_ID-1]);

return 0;
}
Expand Down

0 comments on commit bb56174

Please sign in to comment.