diff options
author | Xin Long <lucien.xin@gmail.com> | 2019-07-09 00:57:05 +0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-07-08 20:16:24 -0700 |
commit | 1c13475368b697d4fc9c0630b5d4ee51d5ca0790 (patch) | |
tree | 9773074ff44077d62718f381a975164056208814 /net/sctp/associola.c | |
parent | a96701fb3534c45bd6fe5e6f6d3a91e3acc19b59 (diff) | |
download | linux-1c13475368b697d4fc9c0630b5d4ee51d5ca0790.tar.bz2 |
sctp: remove prsctp_enable from asoc
Like reconf_enable, prsctp_enable should also be removed from asoc,
as asoc->peer.prsctp_capable has taken its job.
Signed-off-by: Xin Long <lucien.xin@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/sctp/associola.c')
-rw-r--r-- | net/sctp/associola.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/sctp/associola.c b/net/sctp/associola.c index 321c199edacf..5010cce52c93 100644 --- a/net/sctp/associola.c +++ b/net/sctp/associola.c @@ -261,7 +261,6 @@ static struct sctp_association *sctp_association_init( goto stream_free; asoc->active_key_id = ep->active_key_id; - asoc->prsctp_enable = ep->prsctp_enable; asoc->strreset_enable = ep->strreset_enable; /* Save the hmacs and chunks list into this association */ |