diff options
Diffstat (limited to 'net/sctp/input.c')
| -rw-r--r-- | net/sctp/input.c | 3 | 
1 files changed, 0 insertions, 3 deletions
diff --git a/net/sctp/input.c b/net/sctp/input.c index ea2192444ce6..826661be73e7 100644 --- a/net/sctp/input.c +++ b/net/sctp/input.c @@ -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.  | 
