Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 534
b: refs/heads/master
c: 1733721
h: refs/heads/master
v: v3
  • Loading branch information
Vladislav Yasevich authored and David S. Miller committed Apr 28, 2005
1 parent d2a1531 commit e819616
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: f4d0ee983ec01e59a77e157ab702246f397b2a2b
refs/heads/master: 173372162ddbd414cc471c1a3a52ad7ea279aaf4
2 changes: 1 addition & 1 deletion trunk/net/sctp/socket.c
Original file line number Diff line number Diff line change
Expand Up @@ -3473,7 +3473,7 @@ static int sctp_getsockopt_associnfo(struct sock *sk, int len,
return -EINVAL;

/* Values correspoinding to the specific association */
if (assocparams.sasoc_assoc_id != 0) {
if (asoc) {
assocparams.sasoc_asocmaxrxt = asoc->max_retrans;
assocparams.sasoc_peer_rwnd = asoc->peer.rwnd;
assocparams.sasoc_local_rwnd = asoc->a_rwnd;
Expand Down

0 comments on commit e819616

Please sign in to comment.