X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=net%2Fsctp%2Fassociola.c;h=06a9ee6b2d3a577a73b62028a711f5f801fe13f0;hb=82df9c8bebeff610705f30315f3903cbcb3aa58b;hp=9de23a222d3f7b9f33e650483d749d3341c51dc0;hpb=28e48f0e262fd94a613613d06ac5eaf6745b18a8;p=linux-2.6-block.git diff --git a/net/sctp/associola.c b/net/sctp/associola.c index 9de23a222d3f..06a9ee6b2d3a 100644 --- a/net/sctp/associola.c +++ b/net/sctp/associola.c @@ -1097,6 +1097,7 @@ void sctp_assoc_update(struct sctp_association *asoc, asoc->c = new->c; asoc->peer.rwnd = new->peer.rwnd; asoc->peer.sack_needed = new->peer.sack_needed; + asoc->peer.auth_capable = new->peer.auth_capable; asoc->peer.i = new->peer.i; sctp_tsnmap_init(&asoc->peer.tsn_map, SCTP_TSN_MAP_INITIAL, asoc->peer.i.initial_tsn, GFP_ATOMIC);