Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 235103
b: refs/heads/master
c: 8f82a68
h: refs/heads/master
i:
  235101: 4197c3b
  235099: a1f21a7
  235095: bd076a8
  235087: 44d1d82
  235071: b5b9cc9
v: v3
  • Loading branch information
Steffen Klassert authored and Eric Paris committed Feb 25, 2011
1 parent 578c5b9 commit 9382e70
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: 4916ca401e3051dad326ddd69765bd0e3f32fb9b
refs/heads/master: 8f82a6880d8d03961181d973388e1df2772a8b24
2 changes: 1 addition & 1 deletion trunk/security/selinux/xfrm.c
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ static int selinux_xfrm_sec_ctx_alloc(struct xfrm_sec_ctx **ctxp,
if (!uctx)
goto not_from_user;

if (uctx->ctx_doi != XFRM_SC_ALG_SELINUX)
if (uctx->ctx_alg != XFRM_SC_ALG_SELINUX)
return -EINVAL;

str_len = uctx->ctx_len;
Expand Down

0 comments on commit 9382e70

Please sign in to comment.