Remove comment, SetEntriesInAcl is now (partly) implemented
authorThomas Bluemel <thomas@reactsoft.com>
Tue, 11 Dec 2007 19:26:28 +0000 (19:26 +0000)
committerThomas Bluemel <thomas@reactsoft.com>
Tue, 11 Dec 2007 19:26:28 +0000 (19:26 +0000)
svn path=/trunk/; revision=31163

reactos/base/system/winlogon/sas.c

index 8a4b414..750b01f 100644 (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);