Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Merge in networking bug fixes for merge window. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -64,6 +64,7 @@ static struct sctp_association *sctp_association_init(
|
||||
/* Discarding const is appropriate here. */
|
||||
asoc->ep = (struct sctp_endpoint *)ep;
|
||||
asoc->base.sk = (struct sock *)sk;
|
||||
asoc->base.net = sock_net(sk);
|
||||
|
||||
sctp_endpoint_hold(asoc->ep);
|
||||
sock_hold(asoc->base.sk);
|
||||
|
Reference in New Issue
Block a user