diff options
Diffstat (limited to 'security/commoncap.c')
-rw-r--r-- | security/commoncap.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/security/commoncap.c b/security/commoncap.c index 97ac1f167717..48b7e0228fa3 100644 --- a/security/commoncap.c +++ b/security/commoncap.c | |||
@@ -948,7 +948,6 @@ changed: | |||
948 | return commit_creds(new); | 948 | return commit_creds(new); |
949 | 949 | ||
950 | no_change: | 950 | no_change: |
951 | error = 0; | ||
952 | error: | 951 | error: |
953 | abort_creds(new); | 952 | abort_creds(new); |
954 | return error; | 953 | return error; |