projects
/
reactos.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[SERVICES] Addendum to r73487: Fix the build.
[reactos.git]
/
reactos
/
base
/
system
/
services
/
database.c
diff --git
a/reactos/base/system/services/database.c
b/reactos/base/system/services/database.c
index
ba2ee28
..
6188ecf
100644
(file)
--- a/
reactos/base/system/services/database.c
+++ b/
reactos/base/system/services/database.c
@@
-191,11
+191,12
@@
ScmLogonService(
IN PSERVICE pService,
IN PSERVICE_IMAGE pImage)
{
+#if 0
PWSTR pUserName = NULL;
PWSTR pDomainName = NULL;
PWSTR ptr;
DWORD dwError = ERROR_SUCCESS;
-
+#endif
DPRINT("ScmLogonService()\n");
DPRINT("Service %S\n", pService->lpServiceName);