Remove comment, SetEntriesInAcl is now (partly) implemented

svn path=/trunk/; revision=31163
This commit is contained in:
Thomas Bluemel 2007-12-11 19:26:28 +00:00
parent 53af7a9d12
commit 4720c38606

View file

@ -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);