mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-24 09:23:37 -05:00
sys: comment change
This commit is contained in:
parent
b5da069d17
commit
fbed887601
@ -341,7 +341,7 @@ NTSTATUS FspVolumeMount(
|
|||||||
ULONG DeviceObjectCount = 0;
|
ULONG DeviceObjectCount = 0;
|
||||||
KIRQL Irql;
|
KIRQL Irql;
|
||||||
|
|
||||||
/* check the passed in device object; it must be our own and not marked delete pending */
|
/* check the passed in device object; it must be our own and not stopped */
|
||||||
Result = FspDeviceCopyList(&DeviceObjects, &DeviceObjectCount);
|
Result = FspDeviceCopyList(&DeviceObjects, &DeviceObjectCount);
|
||||||
if (NT_SUCCESS(Result))
|
if (NT_SUCCESS(Result))
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user