Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 260937
b: refs/heads/master
c: ea50481
h: refs/heads/master
i:
  260935: b846c4c
v: v3
  • Loading branch information
Tetsuo Handa authored and James Morris committed Jun 30, 2011
1 parent 9133d4a commit 0d37d31
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: ad599f9cf0187e823bc92bc83f3867a38fa266b9
refs/heads/master: ea504819122a76a236f8b95d1556f807a0a41397
2 changes: 1 addition & 1 deletion trunk/security/tomoyo/audit.c
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ char *tomoyo_init_log(struct tomoyo_request_info *r, int len, const char *fmt,
char *buf = NULL;
const char *header = NULL;
int pos;
const char *domainname = tomoyo_domain()->domainname->name;
const char *domainname = r->domain->domainname->name;
header = tomoyo_print_header(r);
if (!header)
return NULL;
Expand Down

0 comments on commit 0d37d31

Please sign in to comment.