Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 166173
b: refs/heads/master
c: 3891959
h: refs/heads/master
i:
  166171: f015841
v: v3
  • Loading branch information
Tyler Hicks committed Sep 23, 2009
1 parent de58098 commit 11e63ae
Show file tree
Hide file tree
Showing 2 changed files with 4 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: df6ad33ba1b9846bd5f0e2b9016c30c20bc2d948
refs/heads/master: 3891959846709a19f76628e33478cd85edb0e79f
4 changes: 3 additions & 1 deletion trunk/fs/ecryptfs/keystore.c
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,9 @@ ecryptfs_find_global_auth_tok_for_sig(
&mount_crypt_stat->global_auth_tok_list,
mount_crypt_stat_list) {
if (memcmp(walker->sig, sig, ECRYPTFS_SIG_SIZE_HEX) == 0) {
(*global_auth_tok) = walker;
rc = key_validate(walker->global_auth_tok_key);
if (!rc)
(*global_auth_tok) = walker;
goto out;
}
}
Expand Down

0 comments on commit 11e63ae

Please sign in to comment.