mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-22 08:23:05 -05:00
launcher: ignore bad Stderr setting
This commit is contained in:
parent
768b596a76
commit
7c06ead34c
@ -1065,10 +1065,8 @@ NTSTATUS SvcInstanceCreate(HANDLE ClientToken,
|
|||||||
FILE_ATTRIBUTE_NORMAL,
|
FILE_ATTRIBUTE_NORMAL,
|
||||||
0);
|
0);
|
||||||
if (INVALID_HANDLE_VALUE == SvcInstance->StdioHandles[2])
|
if (INVALID_HANDLE_VALUE == SvcInstance->StdioHandles[2])
|
||||||
{
|
FspServiceLog(EVENTLOG_WARNING_TYPE,
|
||||||
Result = FspNtStatusFromWin32(GetLastError());
|
L"Ignorning error: cannot create stderr file = %ld", GetLastError());
|
||||||
goto exit;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Result = SvcInstanceCreateProcess(
|
Result = SvcInstanceCreateProcess(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user