Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 220928
b: refs/heads/master
c: 39fac85
h: refs/heads/master
v: v3
  • Loading branch information
Roberto Sassu authored and Tyler Hicks committed Oct 29, 2010
1 parent 97e2b04 commit f306d65
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: aee683b9e77e17237b0e146025c3d363c9203634
refs/heads/master: 39fac853a758306285404368fbe392408057b136
4 changes: 2 additions & 2 deletions trunk/fs/ecryptfs/keystore.c
Original file line number Diff line number Diff line change
Expand Up @@ -1819,11 +1819,11 @@ int ecryptfs_parse_packet_set(struct ecryptfs_crypt_stat *crypt_stat,
rc = -EINVAL;
goto out_wipe_list;
}
ecryptfs_find_auth_tok_for_sig(&auth_tok_key,
rc = ecryptfs_find_auth_tok_for_sig(&auth_tok_key,
&matching_auth_tok,
crypt_stat->mount_crypt_stat,
candidate_auth_tok_sig);
if (matching_auth_tok) {
if (!rc) {
found_auth_tok = 1;
goto found_matching_auth_tok;
}
Expand Down

0 comments on commit f306d65

Please sign in to comment.