mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 19:55:41 +00:00
add missing HandleBind() calls
svn path=/trunk/; revision=36138
This commit is contained in:
parent
f65919507d
commit
81bc975c28
1 changed files with 4 additions and 0 deletions
|
@ -2326,6 +2326,8 @@ StartServiceA(SC_HANDLE hService,
|
||||||
{
|
{
|
||||||
DWORD dwError;
|
DWORD dwError;
|
||||||
|
|
||||||
|
HandleBind();
|
||||||
|
|
||||||
_SEH_TRY
|
_SEH_TRY
|
||||||
{
|
{
|
||||||
dwError = RStartServiceA(BindingHandle,
|
dwError = RStartServiceA(BindingHandle,
|
||||||
|
@ -2362,6 +2364,8 @@ StartServiceW(SC_HANDLE hService,
|
||||||
{
|
{
|
||||||
DWORD dwError;
|
DWORD dwError;
|
||||||
|
|
||||||
|
HandleBind();
|
||||||
|
|
||||||
_SEH_TRY
|
_SEH_TRY
|
||||||
{
|
{
|
||||||
dwError = RStartServiceW(BindingHandle,
|
dwError = RStartServiceW(BindingHandle,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue