[ros-diffs] [gvg] 19179: Filip correctly pointed out that my change 18782 was only a workaround and

gvg at svn.reactos.com gvg at svn.reactos.com
Sat Nov 12 19:55:08 CET 2005


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.
Modified: trunk/reactos/subsys/system/services/database.c
  _____  

Modified: trunk/reactos/subsys/system/services/database.c
--- trunk/reactos/subsys/system/services/database.c	2005-11-12
18:40:53 UTC (rev 19178)
+++ trunk/reactos/subsys/system/services/database.c	2005-11-12
18:54:45 UTC (rev 19179)
@@ -851,7 +851,7 @@

     {
         /* Load driver */
         wcscpy(szDriverPath,
-
L"\\Registry\\Machine\\System\\CurrentControlSet\\Services");
+
L"\\Registry\\Machine\\System\\CurrentControlSet\\Services\\");
         wcscat(szDriverPath,
                Service->lpServiceName);
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20051112/567ed9df/attachment.html


More information about the Ros-diffs mailing list