mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-22 00:13:01 -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,
|
||||
0);
|
||||
if (INVALID_HANDLE_VALUE == SvcInstance->StdioHandles[2])
|
||||
{
|
||||
Result = FspNtStatusFromWin32(GetLastError());
|
||||
goto exit;
|
||||
}
|
||||
FspServiceLog(EVENTLOG_WARNING_TYPE,
|
||||
L"Ignorning error: cannot create stderr file = %ld", GetLastError());
|
||||
}
|
||||
|
||||
Result = SvcInstanceCreateProcess(
|
||||
|
Loading…
x
Reference in New Issue
Block a user