Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 327541
b: refs/heads/master
c: 02644a1
h: refs/heads/master
i:
  327539: 3be2284
v: v3
  • Loading branch information
Dan Carpenter authored and David S. Miller committed Aug 16, 2012
1 parent 668fbd7 commit 6051662
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: 6932f119bd71a315a1945276377277d91c4a71c6
refs/heads/master: 02644a17457414f38e29f32d5c640b06d08fa092
2 changes: 1 addition & 1 deletion trunk/net/sctp/auth.c
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,7 @@ int sctp_auth_recv_cid(sctp_cid_t chunk, const struct sctp_association *asoc)
return 0;

net = sock_net(asoc->base.sk);
if (!net->sctp.auth_enable);
if (!net->sctp.auth_enable)
return 0;

return __sctp_auth_cid(chunk,
Expand Down

0 comments on commit 6051662

Please sign in to comment.