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:
Gé van Geldorp 2005-11-12 18:54:45 +00:00
parent acb521d8c0
commit 65ad7a2cbb

View file

@ -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);