mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +00: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:
parent
acb521d8c0
commit
65ad7a2cbb
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue