diff options
Diffstat (limited to 'net/sctp/sm_make_chunk.c')
-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 dd98763c8b00..77383e9b3988 100644 --- a/net/sctp/sm_make_chunk.c +++ b/net/sctp/sm_make_chunk.c | |||
@@ -2056,7 +2056,7 @@ static sctp_ierror_t sctp_verify_param(const struct sctp_association *asoc, | |||
2056 | break; | 2056 | break; |
2057 | 2057 | ||
2058 | case SCTP_PARAM_HMAC_ALGO: | 2058 | case SCTP_PARAM_HMAC_ALGO: |
2059 | if (!sctp_auth_enable) | 2059 | if (sctp_auth_enable) |
2060 | break; | 2060 | break; |
2061 | /* Fall Through */ | 2061 | /* Fall Through */ |
2062 | fallthrough: | 2062 | fallthrough: |