mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-23 00:43:00 -05:00
dll: FSP_SERVICE
This commit is contained in:
parent
1017e7fda7
commit
ac2e9f9882
@ -202,7 +202,7 @@ FSP_API NTSTATUS FspServiceRun(FSP_SERVICE *Service)
|
|||||||
if (!Service->AllowInteractive || ERROR_FAILED_SERVICE_CONTROLLER_CONNECT != LastError)
|
if (!Service->AllowInteractive || ERROR_FAILED_SERVICE_CONTROLLER_CONNECT != LastError)
|
||||||
return FspNtStatusFromWin32(LastError);
|
return FspNtStatusFromWin32(LastError);
|
||||||
|
|
||||||
/* enter INTERACTIVE (DEBUG) mode! */
|
/* enter INTERACTIVE mode! */
|
||||||
|
|
||||||
if (0 == Service->InteractiveEvent)
|
if (0 == Service->InteractiveEvent)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user