From 11d1c00f64b4a6d2c30e873d86ee39d7041c2311 Mon Sep 17 00:00:00 2001 From: Amerigo Wang Date: Thu, 3 Dec 2009 03:48:28 -0500 Subject: [PATCH] --- yaml --- r: 184891 b: refs/heads/master c: 08e3daff217059c84c360cc71212686e0a7995af h: refs/heads/master i: 184889: 533df675122ed6f4ff3ee52302f9a656692a70cf 184887: 14225768180b7aa4445fbd391d751e5c0448d628 v: v3 --- [refs] | 2 +- trunk/security/selinux/ss/mls.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 643a81390997..838dcd6c1572 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 937bf6133b21b16965f75223085f4314ae32b8eb +refs/heads/master: 08e3daff217059c84c360cc71212686e0a7995af diff --git a/trunk/security/selinux/ss/mls.c b/trunk/security/selinux/ss/mls.c index 3f2b2706b5bb..e6654b543aed 100644 --- a/trunk/security/selinux/ss/mls.c +++ b/trunk/security/selinux/ss/mls.c @@ -541,8 +541,8 @@ int mls_compute_sid(struct context *scontext, case AVTAB_MEMBER: /* Use the process effective MLS attributes. */ return mls_context_cpy_low(newcontext, scontext); - default: - return -EINVAL; + + /* fall through */ } return -EINVAL; }