Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 14851
b: refs/heads/master
c: db1d1d5
h: refs/heads/master
i:
  14849: d2b954b
  14847: 92d0216
v: v3
  • Loading branch information
David Howells authored and Linus Torvalds committed Dec 1, 2005
1 parent 615336a commit 5180259
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: 5c72c343719a8c5dba675cd1b27b63c06bfe23d1
refs/heads/master: db1d1d57e97700b4131fe80556dc6ef976d534c4
2 changes: 1 addition & 1 deletion trunk/security/keys/keyring.c
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ key_ref_t __keyring_search_one(key_ref_t keyring_ref,
(!key->type->match ||
key->type->match(key, description)) &&
key_permission(make_key_ref(key, possessed),
perm) < 0 &&
perm) == 0 &&
!test_bit(KEY_FLAG_REVOKED, &key->flags)
)
goto found;
Expand Down

0 comments on commit 5180259

Please sign in to comment.