[SERVICES]
authorEric Kohl <eric.kohl@reactos.org>
Sun, 14 Aug 2011 08:54:01 +0000 (08:54 +0000)
committerEric Kohl <eric.kohl@reactos.org>
Sun, 14 Aug 2011 08:54:01 +0000 (08:54 +0000)
Fix the GENERIC_ALL access rights mapping for service handles.

svn path=/trunk/; revision=53220

reactos/base/system/services/rpcserver.c

index 4e455b8..6f909a2 100644 (file)
@@ -91,7 +91,7 @@ static GENERIC_MAPPING
 ScmServiceMapping = {SERVICE_READ,
                      SERVICE_WRITE,
                      SERVICE_EXECUTE,
-                     SC_MANAGER_ALL_ACCESS};
+                     SERVICE_ALL_ACCESS};
 
 
 /* FUNCTIONS ***************************************************************/