Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 16803
b: refs/heads/master
c: ee2e684
h: refs/heads/master
i:
  16801: bfa6ee0
  16799: 51f8066
v: v3
  • Loading branch information
Luiz Capitulino authored and David S. Miller committed Jan 7, 2006
1 parent a4e0b80 commit 789cf3b
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: aa0e4e4aea8d9e0a559a884336d728f0263063e0
refs/heads/master: ee2e6841b934d76cb944a3390bbea84da777d4fa
2 changes: 1 addition & 1 deletion trunk/security/selinux/xfrm.c
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ static int selinux_xfrm_sec_ctx_alloc(struct xfrm_sec_ctx **ctxp, struct xfrm_us
return rc;

out:
*ctxp = 0;
*ctxp = NULL;
kfree(ctx);
return rc;
}
Expand Down

0 comments on commit 789cf3b

Please sign in to comment.