mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 00:55:48 +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:
parent
9bd87564c8
commit
ee13626507
1 changed files with 2 additions and 0 deletions
|
@ -608,6 +608,8 @@ CreateServiceW(SC_HANDLE hSCManager,
|
||||||
lpStr = lpStr + dwLength;
|
lpStr = lpStr + dwLength;
|
||||||
}
|
}
|
||||||
dwDependenciesLength++;
|
dwDependenciesLength++;
|
||||||
|
|
||||||
|
dwDependenciesLength *= sizeof(WCHAR);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* FIXME: Encrypt the password */
|
/* FIXME: Encrypt the password */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue