inc,sys,tst: FSP_FSCTL_VOLUME_PARAMS::RejectIrpPriorToTransact0

This commit is contained in:
Bill Zissimopoulos
2020-02-03 16:43:15 -08:00
parent bf6d56ceac
commit 0901fb6477
2 changed files with 2 additions and 2 deletions

View File

@ -274,7 +274,7 @@ static DWORD WINAPI FspFileSystemDispatcherThread(PVOID FileSystem0)
TlsSetValue(FspFileSystemTlsKey, &OperationContext);
Result = FspFsctlTransact(FileSystem->VolumeHandle, 0, 0, 0, 0, FALSE);
/* send a TRANSACT0 to inform the FSD that the dispatcher is ready */
/* send a Transact0 to inform the FSD that the dispatcher is ready */
if (!NT_SUCCESS(Result))
goto exit;