mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-22 00:13:01 -05:00
launcher: SvcInstanceStartWithArgvCopy: properly handle timeout condition
This commit is contained in:
parent
52dd6f7478
commit
d7a8b0d9fb
@ -1321,7 +1321,7 @@ exit:
|
||||
SvcInstance->StdioHandles[2] = INVALID_HANDLE_VALUE;
|
||||
}
|
||||
|
||||
if (NT_SUCCESS(Result))
|
||||
if (NT_SUCCESS(Result) && STATUS_TIMEOUT != Result)
|
||||
{
|
||||
SvcInstance->Argc = Argc;
|
||||
SvcInstance->Argv = Argv;
|
||||
|
Loading…
x
Reference in New Issue
Block a user