Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 292291
b: refs/heads/master
c: 8b964ea
h: refs/heads/master
i:
  292289: 0b656d6
  292287: a9cc0ae
v: v3
  • Loading branch information
John Johansen committed Feb 27, 2012
1 parent 07f6355 commit aeb8efb
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: ade3ddc01e2e426cc24c744be85dcaad4e8f8aba
refs/heads/master: 8b964eae204d791421677ec56b94a7b18cf8740d
2 changes: 1 addition & 1 deletion trunk/security/apparmor/include/file.h
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ static inline u16 dfa_map_xindex(u16 mask)
index |= AA_X_NAME;
} else if (old_index == 3) {
index |= AA_X_NAME | AA_X_CHILD;
} else {
} else if (old_index) {
index |= AA_X_TABLE;
index |= old_index - 4;
}
Expand Down

0 comments on commit aeb8efb

Please sign in to comment.