mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
[SCTP]: fix misannotated __sctp_rcv_asconf_lookup()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
0382b9c354
commit
bc92dd194d
@ -944,7 +944,7 @@ static struct sctp_association *__sctp_rcv_init_lookup(struct sk_buff *skb,
|
||||
static struct sctp_association *__sctp_rcv_asconf_lookup(
|
||||
sctp_chunkhdr_t *ch,
|
||||
const union sctp_addr *laddr,
|
||||
__be32 peer_port,
|
||||
__be16 peer_port,
|
||||
struct sctp_transport **transportp)
|
||||
{
|
||||
sctp_addip_chunk_t *asconf = (struct sctp_addip_chunk *)ch;
|
||||
|
Loading…
Reference in New Issue
Block a user