From 65ad7a2cbb8efbedfa19179f4c8795a8fecf1c32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9=20van=20Geldorp?= Date: Sat, 12 Nov 2005 18:54:45 +0000 Subject: [PATCH] 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 --- reactos/subsys/system/services/database.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/subsys/system/services/database.c b/reactos/subsys/system/services/database.c index 48fba08989e..127eaccc408 100644 --- a/reactos/subsys/system/services/database.c +++ b/reactos/subsys/system/services/database.c @@ -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);