Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 41847
b: refs/heads/master
c: 962c837
h: refs/heads/master
i:
  41845: 65b1f20
  41843: 6038d55
  41839: 1cf9a88
v: v3
  • Loading branch information
Al Viro authored and David S. Miller committed Dec 3, 2006
1 parent c38bb92 commit 8232b65
Show file tree
Hide file tree
Showing 3 changed files with 3 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: 3dbe86566ed262dae3b5472b9360cb5b65d42716
refs/heads/master: 962c837275e8a8c1df41f1882e971636093cdee4
2 changes: 1 addition & 1 deletion trunk/include/linux/netfilter/nf_conntrack_sctp.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ struct ip_ct_sctp
{
enum sctp_conntrack state;

u_int32_t vtag[IP_CT_DIR_MAX];
__be32 vtag[IP_CT_DIR_MAX];
u_int32_t ttag[IP_CT_DIR_MAX];
};

Expand Down
2 changes: 1 addition & 1 deletion trunk/net/netfilter/xt_sctp.c
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ match_packet(const struct sk_buff *skb,
duprintf("Chunk num: %d\toffset: %d\ttype: %d\tlength: %d\tflags: %x\n",
++i, offset, sch->type, htons(sch->length), sch->flags);

offset += (htons(sch->length) + 3) & ~3;
offset += (ntohs(sch->length) + 3) & ~3;

duprintf("skb->len: %d\toffset: %d\n", skb->len, offset);

Expand Down

0 comments on commit 8232b65

Please sign in to comment.