From 4720c38606f5fc355dbcf70fa042d1f4604e70de Mon Sep 17 00:00:00 2001 From: Thomas Bluemel Date: Tue, 11 Dec 2007 19:26:28 +0000 Subject: [PATCH] Remove comment, SetEntriesInAcl is now (partly) implemented svn path=/trunk/; revision=31163 --- reactos/base/system/winlogon/sas.c | 1 - 1 file changed, 1 deletion(-) diff --git a/reactos/base/system/winlogon/sas.c b/reactos/base/system/winlogon/sas.c index 8a4b414831c..750b01fef94 100644 --- a/reactos/base/system/winlogon/sas.c +++ b/reactos/base/system/winlogon/sas.c @@ -395,7 +395,6 @@ CreateLogoffSecurityAttributes( if (SetEntriesInAcl(1, &Access, NULL, &pACL) != ERROR_SUCCESS) { - // SetEntriesInAcl is not implemented yet ERR("Failed to set Access Rights for logoff thread. Logging out will most likely fail.\n"); HeapFree(GetProcessHeap(), 0, pMem);