Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 81858
b: refs/heads/master
c: ec9dbb1
h: refs/heads/master
v: v3
  • Loading branch information
Wei Yongjun authored and David S. Miller committed Feb 1, 2008
1 parent b72b265 commit 34813f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8cf8e5a67fb07f583aac94482ba51a7930dab493
refs/heads/master: ec9dbb1c3ee785ddc0c327497df42c16188d1fd8
2 changes: 1 addition & 1 deletion trunk/net/sctp/sm_make_chunk.c
Original file line number Diff line number Diff line change
Expand Up @@ -2056,7 +2056,7 @@ static sctp_ierror_t sctp_verify_param(const struct sctp_association *asoc,
break;

case SCTP_PARAM_HMAC_ALGO:
if (!sctp_auth_enable)
if (sctp_auth_enable)
break;
/* Fall Through */
fallthrough:
Expand Down

0 comments on commit 34813f1

Please sign in to comment.