mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 19:26:05 +00:00
- fix the length of the dependencies string
- spotted by bugboy <martinmnet at hotmail dot com> svn path=/trunk/; revision=34634
This commit is contained in:
@@ -608,6 +608,8 @@ CreateServiceW(SC_HANDLE hSCManager,
|
||||
lpStr = lpStr + dwLength;
|
||||
}
|
||||
dwDependenciesLength++;
|
||||
|
||||
dwDependenciesLength *= sizeof(WCHAR);
|
||||
}
|
||||
|
||||
/* FIXME: Encrypt the password */
|
||||
|
||||
Reference in New Issue
Block a user