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>
This commit is contained in:

committed by
David S. Miller

parent
a96701fb35
commit
1c13475368
@@ -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 */
|
||||
|
Reference in New Issue
Block a user