Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 201899
b: refs/heads/master
c: 7e3d199
h: refs/heads/master
i:
  201897: 86d4274
  201895: 8538224
v: v3
  • Loading branch information
Tetsuo Handa authored and James Morris committed Aug 2, 2010
1 parent 7c59f66 commit 55413b9
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: b424485abe2b16580a178b469917a7b6ee0c152a
refs/heads/master: 7e3d199a4009a4094a955282daf5ecd43f2c8152
2 changes: 1 addition & 1 deletion trunk/security/tomoyo/util.c
Original file line number Diff line number Diff line change
Expand Up @@ -911,7 +911,7 @@ bool tomoyo_domain_quota_is_ok(struct tomoyo_request_info *r)
if (!domain)
return true;
list_for_each_entry_rcu(ptr, &domain->acl_info_list, list) {
if (!ptr->is_deleted)
if (ptr->is_deleted)
continue;
switch (ptr->type) {
u16 perm;
Expand Down

0 comments on commit 55413b9

Please sign in to comment.