[SERVICES]

Tiny fixes.
One fix found by Serge Gautherie.

svn path=/trunk/; revision=73419
This commit is contained in:
Eric Kohl 2016-12-03 13:54:11 +00:00
parent 3ee27dbe81
commit 3e44ec76e4

View file

@ -1443,7 +1443,7 @@ DWORD RSetServiceObjectSecurity(
{
PSERVICE_HANDLE hSvc;
PSERVICE lpService;
ULONG DesiredAccess = 0;
ACCESS_MASK DesiredAccess = 0;
HANDLE hToken = NULL;
HKEY hServiceKey = NULL;
BOOL bDatabaseLocked = FALSE;