mirror of
https://github.com/winfsp/winfsp.git
synced 2025-07-25 20:13:21 -05:00
sys: comment change
This commit is contained in:
@@ -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))
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user