sys: shutdown: fix Release build

This commit is contained in:
Bill Zissimopoulos 2018-01-16 11:49:14 -08:00
parent a4629b8f8b
commit d38afe8d16
No known key found for this signature in database
GPG Key ID: 3D4F95D52C7B3EA3

View File

@ -28,6 +28,7 @@ NTSTATUS FspShutdown(
{
FSP_ENTER_MJ(PAGED_CODE());
(PVOID)IrpSp;
FSP_RETURN(Result = STATUS_INVALID_DEVICE_REQUEST);
FSP_LEAVE_MJ("%s", "");