[SCTP] Fix SCTP_ASSOCINFO getsockopt for 1-1 style
Signed-off-by: Vladislav Yasevich <vladislav.yasevich@hp.com> Signed-off-by: Sridhar Samudrala <sri@us.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
f4d0ee983e
commit
173372162d
@@ -3473,7 +3473,7 @@ static int sctp_getsockopt_associnfo(struct sock *sk, int len,
|
|||||||
return -EINVAL;
|
return -EINVAL;
|
||||||
|
|
||||||
/* Values correspoinding to the specific association */
|
/* Values correspoinding to the specific association */
|
||||||
if (assocparams.sasoc_assoc_id != 0) {
|
if (asoc) {
|
||||||
assocparams.sasoc_asocmaxrxt = asoc->max_retrans;
|
assocparams.sasoc_asocmaxrxt = asoc->max_retrans;
|
||||||
assocparams.sasoc_peer_rwnd = asoc->peer.rwnd;
|
assocparams.sasoc_peer_rwnd = asoc->peer.rwnd;
|
||||||
assocparams.sasoc_local_rwnd = asoc->a_rwnd;
|
assocparams.sasoc_local_rwnd = asoc->a_rwnd;
|
||||||
|
Reference in New Issue
Block a user