Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 349680
b: refs/heads/master
c: 586c31f
h: refs/heads/master
v: v3
  • Loading branch information
Daniel Borkmann authored and David S. Miller committed Feb 8, 2013
1 parent 00d9833 commit 3254e49
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: 6cddded4af7ca3a4567a301dbc43357e65a893b6
refs/heads/master: 586c31f3bf04c290dc0a0de7fc91d20aa9a5ee53
2 changes: 1 addition & 1 deletion trunk/net/sctp/auth.c
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ void sctp_auth_key_put(struct sctp_auth_bytes *key)
return;

if (atomic_dec_and_test(&key->refcnt)) {
kfree(key);
kzfree(key);
SCTP_DBG_OBJCNT_DEC(keys);
}
}
Expand Down

0 comments on commit 3254e49

Please sign in to comment.