From 7480a839caec27f5f90330801e0350f74d8af523 Mon Sep 17 00:00:00 2001 From: Johannes Anderwald Date: Thu, 25 Jun 2009 18:48:46 +0000 Subject: [PATCH] - revert 41605 as its incorrect svn path=/trunk/; revision=41612 --- reactos/dll/win32/advapi32/token/token.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/dll/win32/advapi32/token/token.c b/reactos/dll/win32/advapi32/token/token.c index f32d629d1d0..8ed48af0ac8 100644 --- a/reactos/dll/win32/advapi32/token/token.c +++ b/reactos/dll/win32/advapi32/token/token.c @@ -172,7 +172,7 @@ AccessCheck(IN PSECURITY_DESCRIPTOR pSecurityDescriptor, { /* Access denied */ SetLastError(RtlNtStatusToDosError(NtAccessStatus)); - return FALSE; + *AccessStatus = FALSE; } else { -- 2.17.1