Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 328091
b: refs/heads/master
c: 2a6c8c7
h: refs/heads/master
i:
  328089: c7fb3f7
  328087: e2367b9
v: v3
  • Loading branch information
David S. Miller committed Sep 24, 2012
1 parent 06c8b65 commit 3457c05
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: 5889335c506bc50b03266251ac3c8711b674ba7a
refs/heads/master: 2a6c8c7998f95b140f3d3c7ac5dce2fbd6d403e3
2 changes: 1 addition & 1 deletion trunk/include/net/scm.h
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ static __inline__ void scm_destroy_cred(struct scm_cookie *scm)
static __inline__ void scm_destroy(struct scm_cookie *scm)
{
scm_destroy_cred(scm);
if (scm && scm->fp)
if (scm->fp)
__scm_destroy(scm);
}

Expand Down

0 comments on commit 3457c05

Please sign in to comment.