mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 19:26:33 +00:00
Fix a typo. Use lpStartServiceName instead of lpServiceName.
This fixes two winetests. svn path=/trunk/; revision=44714
This commit is contained in:
@@ -1969,8 +1969,9 @@ DWORD RCreateServiceW(
|
||||
goto done;
|
||||
}
|
||||
|
||||
/* If a non driver and NULL for lpServiceName, write ObjectName as LocalSystem */
|
||||
if ((dwServiceType & SERVICE_WIN32) && (!lpServiceName))
|
||||
/* FIXME: Handle lpServiceStartName propertly! */
|
||||
/* If a non driver and NULL for lpServiceStartName, write ObjectName as LocalSystem */
|
||||
if ((dwServiceType & SERVICE_WIN32) && (!lpServiceStartName))
|
||||
{
|
||||
dwError = RegSetValueExW(hServiceKey,
|
||||
L"ObjectName",
|
||||
|
||||
Reference in New Issue
Block a user