dll: FspService: console mode improvements

This commit is contained in:
Bill Zissimopoulos 2016-05-08 21:12:34 -07:00
parent 57f9db6cc0
commit 0c18b82cc2

View File

@ -306,6 +306,7 @@ FSP_API NTSTATUS FspServiceLoop(FSP_SERVICE *Service)
goto exit; goto exit;
} }
if (Service->AcceptControl & SERVICE_ACCEPT_STOP)
FspServiceCtrlHandler(SERVICE_CONTROL_STOP, 0, 0, Service); FspServiceCtrlHandler(SERVICE_CONTROL_STOP, 0, 0, Service);
} }