Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19027
b: refs/heads/master
c: 38b0e42
h: refs/heads/master
i:
  19025: f9bd6fd
  19023: 07ae480
v: v3
  • Loading branch information
Vlad Yasevich authored and Sridhar Samudrala committed Jan 17, 2006
1 parent 318e77a commit 19df61b
Show file tree
Hide file tree
Showing 2 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: 49392e5ecf608da6770fd8723b534a0fc851edc4
refs/heads/master: 38b0e42aba928d9929a26ec23b850c36a31fca5f
4 changes: 2 additions & 2 deletions trunk/net/sctp/proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ static int sctp_eps_seq_show(struct seq_file *seq, void *v)
struct sctp_ep_common *epb;
struct sctp_endpoint *ep;
struct sock *sk;
int hash = *(int *)v;
int hash = *(loff_t *)v;

if (hash >= sctp_ep_hashsize)
return -ENOMEM;
Expand Down Expand Up @@ -313,7 +313,7 @@ static int sctp_assocs_seq_show(struct seq_file *seq, void *v)
struct sctp_ep_common *epb;
struct sctp_association *assoc;
struct sock *sk;
int hash = *(int *)v;
int hash = *(loff_t *)v;

if (hash >= sctp_assoc_hashsize)
return -ENOMEM;
Expand Down

0 comments on commit 19df61b

Please sign in to comment.