Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 172076
b: refs/heads/master
c: 810c071
h: refs/heads/master
v: v3
  • Loading branch information
Andrei Pelinescu-Onciul authored and David S. Miller committed Dec 2, 2009
1 parent e0c59ab commit 64a9734
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: acb3cecdf89f9a9f30bf493f07dc5af333b45f8e
refs/heads/master: 810c07194f6ef541625e65b53392e9f605611a1a
2 changes: 1 addition & 1 deletion trunk/net/sctp/socket.c
Original file line number Diff line number Diff line change
Expand Up @@ -2088,7 +2088,7 @@ static int sctp_setsockopt_autoclose(struct sock *sk, char __user *optval,
return -EFAULT;
/* make sure it won't exceed MAX_SCHEDULE_TIMEOUT */
if (sp->autoclose > (MAX_SCHEDULE_TIMEOUT / HZ) )
sp->autoclose = MAX_SCHEDULE_TIMEOUT / HZ ;
sp->autoclose = (__u32)(MAX_SCHEDULE_TIMEOUT / HZ) ;

return 0;
}
Expand Down

0 comments on commit 64a9734

Please sign in to comment.