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)) if (!GenerateConsoleCtrlEvent(CTRL_BREAK_EVENT, SvcInstance->ProcessId))
{ {
Result = FspNtStatusFromWin32(Result); Result = FspNtStatusFromWin32(GetLastError());
goto exit; goto exit;
} }