From 9382e70fb0762d0d36d4cf534925511a5b37bf8b Mon Sep 17 00:00:00 2001 From: Steffen Klassert Date: Wed, 23 Feb 2011 12:54:33 +0100 Subject: [PATCH] --- yaml --- r: 235103 b: refs/heads/master c: 8f82a6880d8d03961181d973388e1df2772a8b24 h: refs/heads/master i: 235101: 4197c3b48eb6dfaee64edfe46592e4190ecfd2e1 235099: a1f21a7e9a5aefd2758075068af0209780629e80 235095: bd076a837465231604449cacd28837c190e16e55 235087: 44d1d829fbd72c3f20174751664a0c10e75118fc 235071: b5b9cc9c88fd81b949e21b8a27d9667855e45ab3 v: v3 --- [refs] | 2 +- trunk/security/selinux/xfrm.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 2f46cbf249b5..9cfaaab86a86 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4916ca401e3051dad326ddd69765bd0e3f32fb9b +refs/heads/master: 8f82a6880d8d03961181d973388e1df2772a8b24 diff --git a/trunk/security/selinux/xfrm.c b/trunk/security/selinux/xfrm.c index fff78d3b51a2..728c57e3d65d 100644 --- a/trunk/security/selinux/xfrm.c +++ b/trunk/security/selinux/xfrm.c @@ -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;