Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 218916
b: refs/heads/master
c: 27d6379
h: refs/heads/master
v: v3
  • Loading branch information
Andi Kleen authored and Linus Torvalds committed Oct 28, 2010
1 parent ef9629e commit ab6b410
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: 765aaafe38050790301e89745b991dbdf3dded4c
refs/heads/master: 27d6379894be4a81984da4d48002196a83939ca9
2 changes: 1 addition & 1 deletion trunk/security/keys/process_keys.c
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ static int install_process_keyring(void)
ret = install_process_keyring_to_cred(new);
if (ret < 0) {
abort_creds(new);
return ret != -EEXIST ?: 0;
return ret != -EEXIST ? ret : 0;
}

return commit_creds(new);
Expand Down

0 comments on commit ab6b410

Please sign in to comment.