mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-23 00:43:00 -05:00
sys: FspFsvolFileSystemControlReparsePointComplete
This commit is contained in:
parent
62dbaf56e3
commit
6b37e2ef12
@ -244,7 +244,7 @@ static NTSTATUS FspFsvolFileSystemControlReparsePoint(
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
if (0 == OutputBuffer || 0 == OutputBufferLength)
|
if (0 == OutputBuffer || 0 == OutputBufferLength)
|
||||||
return STATUS_INVALID_PARAMETER;
|
return STATUS_INVALID_USER_BUFFER;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* NtFsControlFile (IopXxxControlFile) will setup Irp->AssociatedIrp.SystemBuffer
|
* NtFsControlFile (IopXxxControlFile) will setup Irp->AssociatedIrp.SystemBuffer
|
||||||
|
Loading…
x
Reference in New Issue
Block a user