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, | |||
948 | union sctp_addr addr; | 948 | union sctp_addr addr; |
949 | union sctp_addr *paddr = &addr; | 949 | union sctp_addr *paddr = &addr; |
950 | struct sctphdr *sh = sctp_hdr(skb); | 950 | struct sctphdr *sh = sctp_hdr(skb); |
951 | sctp_chunkhdr_t *ch; | ||
952 | union sctp_params params; | 951 | union sctp_params params; |
953 | sctp_init_chunk_t *init; | 952 | sctp_init_chunk_t *init; |
954 | struct sctp_transport *transport; | 953 | struct sctp_transport *transport; |
955 | struct sctp_af *af; | 954 | struct sctp_af *af; |
956 | 955 | ||
957 | ch = (sctp_chunkhdr_t *) skb->data; | ||
958 | |||
959 | /* | 956 | /* |
960 | * This code will NOT touch anything inside the chunk--it is | 957 | * This code will NOT touch anything inside the chunk--it is |
961 | * strictly READ-ONLY. | 958 | * strictly READ-ONLY. |