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;