sctp: several declared/set but unused fixes
Signed-off-by: Hagen Paul Pfeifer <hagen@jauu.net> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
e143038f4d
commit
efea2c6b2e
@ -948,14 +948,11 @@ static struct sctp_association *__sctp_rcv_init_lookup(struct sk_buff *skb,
|
||||
union sctp_addr addr;
|
||||
union sctp_addr *paddr = &addr;
|
||||
struct sctphdr *sh = sctp_hdr(skb);
|
||||
sctp_chunkhdr_t *ch;
|
||||
union sctp_params params;
|
||||
sctp_init_chunk_t *init;
|
||||
struct sctp_transport *transport;
|
||||
struct sctp_af *af;
|
||||
|
||||
ch = (sctp_chunkhdr_t *) skb->data;
|
||||
|
||||
/*
|
||||
* This code will NOT touch anything inside the chunk--it is
|
||||
* strictly READ-ONLY.
|
||||
|
Reference in New Issue
Block a user