Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 132630
b: refs/heads/master
c: 33043cb
h: refs/heads/master
v: v3
  • Loading branch information
Tetsuo Handa authored and James Morris committed Feb 14, 2009
1 parent 128b597 commit e89fb37
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: 26036651c562609d1f52d181f9d2cccbf89929b1
refs/heads/master: 33043cbb9fd49a957089f5948fe814764d7abbd6
2 changes: 1 addition & 1 deletion trunk/security/tomoyo/domain.c
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ int tomoyo_write_domain_keeper_policy(char *data, const bool is_not,
bool tomoyo_read_domain_keeper_policy(struct tomoyo_io_buffer *head)
{
struct list_head *pos;
bool done = false;
bool done = true;

down_read(&tomoyo_domain_keeper_list_lock);
list_for_each_cookie(pos, head->read_var2,
Expand Down

0 comments on commit e89fb37

Please sign in to comment.