mirror of
				https://github.com/winfsp/winfsp.git
				synced 2025-10-30 03:28:38 -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)) | ||||
|     { | ||||
|         Result = FspNtStatusFromWin32(Result); | ||||
|         Result = FspNtStatusFromWin32(GetLastError()); | ||||
|         goto exit; | ||||
|     } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user