mirror of
https://github.com/winfsp/winfsp.git
synced 2025-07-03 09:22:57 -05:00
launcher: SvcInstanceStartWithArgvCopy: properly handle timeout condition
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user