mirror of
https://github.com/winfsp/winfsp.git
synced 2025-07-26 20:42:50 -05:00
launcher: minor bug fix
This commit is contained in:
@@ -388,7 +388,7 @@ NTSTATUS SvcInstanceStop(HANDLE ClientToken,
|
|||||||
|
|
||||||
if (!GenerateConsoleCtrlEvent(CTRL_BREAK_EVENT, SvcInstance->ProcessId))
|
if (!GenerateConsoleCtrlEvent(CTRL_BREAK_EVENT, SvcInstance->ProcessId))
|
||||||
{
|
{
|
||||||
Result = FspNtStatusFromWin32(Result);
|
Result = FspNtStatusFromWin32(GetLastError());
|
||||||
goto exit;
|
goto exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user