dll: FspServiceStop: early exit if service is already being stopped

This commit is contained in:
Bill Zissimopoulos
2016-05-11 11:29:36 -07:00
parent 457e151fa5
commit e82b06ae49
2 changed files with 12 additions and 4 deletions

View File

@ -857,8 +857,9 @@ typedef struct _FSP_SERVICE
ULONG AcceptControl;
ULONG ExitCode;
SERVICE_STATUS_HANDLE StatusHandle;
CRITICAL_SECTION ServiceStatusGuard;
SERVICE_STATUS ServiceStatus;
CRITICAL_SECTION ServiceStatusGuard;
CRITICAL_SECTION ServiceStopGuard;
BOOLEAN AllowConsoleMode;
WCHAR ServiceName[];
} FSP_SERVICE;