mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-22 16:33:02 -05:00
launcher: minor bug fix
This commit is contained in:
parent
0822458238
commit
147c90be9f
@ -388,7 +388,7 @@ NTSTATUS SvcInstanceStop(HANDLE ClientToken,
|
||||
|
||||
if (!GenerateConsoleCtrlEvent(CTRL_BREAK_EVENT, SvcInstance->ProcessId))
|
||||
{
|
||||
Result = FspNtStatusFromWin32(Result);
|
||||
Result = FspNtStatusFromWin32(GetLastError());
|
||||
goto exit;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user