diff options
-rw-r--r-- | net/sctp/sm_make_chunk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sctp/sm_make_chunk.c b/net/sctp/sm_make_chunk.c index 5a9783c38de1..a139469792a3 100644 --- a/net/sctp/sm_make_chunk.c +++ b/net/sctp/sm_make_chunk.c | |||
@@ -243,7 +243,7 @@ struct sctp_chunk *sctp_make_init(const struct sctp_association *asoc, | |||
243 | if (auth_chunks->length) | 243 | if (auth_chunks->length) |
244 | chunksize += ntohs(auth_chunks->length); | 244 | chunksize += ntohs(auth_chunks->length); |
245 | else | 245 | else |
246 | auth_hmacs = NULL; | 246 | auth_chunks = NULL; |
247 | 247 | ||
248 | extensions[num_ext] = SCTP_CID_AUTH; | 248 | extensions[num_ext] = SCTP_CID_AUTH; |
249 | num_ext += 1; | 249 | num_ext += 1; |