From 0d37d319ea95441bcaaca30fc41e2a9b72f90376 Mon Sep 17 00:00:00 2001 From: Tetsuo Handa Date: Thu, 30 Jun 2011 17:32:30 +0900 Subject: [PATCH] --- yaml --- r: 260937 b: refs/heads/master c: ea504819122a76a236f8b95d1556f807a0a41397 h: refs/heads/master i: 260935: b846c4c36c5e84f84df44c1d9d44ffcfa26b9be2 v: v3 --- [refs] | 2 +- trunk/security/tomoyo/audit.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 2ab8a233342b..16d2c7fb0a0a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ad599f9cf0187e823bc92bc83f3867a38fa266b9 +refs/heads/master: ea504819122a76a236f8b95d1556f807a0a41397 diff --git a/trunk/security/tomoyo/audit.c b/trunk/security/tomoyo/audit.c index f2c869767d79..967b5648dce3 100644 --- a/trunk/security/tomoyo/audit.c +++ b/trunk/security/tomoyo/audit.c @@ -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;