mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 18:06:04 +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;
|
||||
|
||||
HandleBind();
|
||||
|
||||
_SEH_TRY
|
||||
{
|
||||
dwError = RStartServiceA(BindingHandle,
|
||||
|
@ -2362,6 +2364,8 @@ StartServiceW(SC_HANDLE hService,
|
|||
{
|
||||
DWORD dwError;
|
||||
|
||||
HandleBind();
|
||||
|
||||
_SEH_TRY
|
||||
{
|
||||
dwError = RStartServiceW(BindingHandle,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue