mirror of
https://github.com/reactos/reactos.git
synced 2026-07-05 22:44:22 +08:00
Filip correctly pointed out that my change 18782 was only a workaround and
that the real fix would be to have services.exe correctly start auto-load drivers. This should do the trick. svn path=/trunk/; revision=19179
This commit is contained in:
@@ -851,7 +851,7 @@ ScmStartService(PSERVICE Service,
|
||||
{
|
||||
/* Load driver */
|
||||
wcscpy(szDriverPath,
|
||||
L"\\Registry\\Machine\\System\\CurrentControlSet\\Services");
|
||||
L"\\Registry\\Machine\\System\\CurrentControlSet\\Services\\");
|
||||
wcscat(szDriverPath,
|
||||
Service->lpServiceName);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user