1
0
mirror of https://github.com/winfsp/winfsp.git synced 2025-10-29 19:18:39 -05:00

launcher: minor bug fix

This commit is contained in:
Bill Zissimopoulos
2016-05-13 15:25:31 -07:00
parent 0822458238
commit 147c90be9f

View File

@@ -388,7 +388,7 @@ NTSTATUS SvcInstanceStop(HANDLE ClientToken,
if (!GenerateConsoleCtrlEvent(CTRL_BREAK_EVENT, SvcInstance->ProcessId))
{
Result = FspNtStatusFromWin32(Result);
Result = FspNtStatusFromWin32(GetLastError());
goto exit;
}