Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 5648
b: refs/heads/master
c: bcf945d
h: refs/heads/master
v: v3
  • Loading branch information
David Howells authored and Linus Torvalds committed Aug 4, 2005
1 parent 9de3f90 commit ef71d40
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: 6fb0caa42308923d9e4ed7b36ec077b97c107e24
refs/heads/master: bcf945d36fa0598f41ac4ad46a9dc43135460263
2 changes: 1 addition & 1 deletion trunk/security/keys/process_keys.c
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,7 @@ long join_session_keyring(const char *name)
keyring = keyring_alloc(name, tsk->uid, tsk->gid, 0, NULL);
if (IS_ERR(keyring)) {
ret = PTR_ERR(keyring);
goto error;
goto error2;
}
}
else if (IS_ERR(keyring)) {
Expand Down

0 comments on commit ef71d40

Please sign in to comment.