1
0
mirror of https://github.com/winfsp/winfsp.git synced 2026-06-26 06:18:21 -05:00

sys: IRP_MJ_CREATE

This commit is contained in:
Bill Zissimopoulos
2015-12-02 21:56:39 -08:00
parent 26b4727a0b
commit 171c8eff04
5 changed files with 20 additions and 8 deletions
+1 -1
View File
@@ -166,7 +166,7 @@ static NTSTATUS FspFsvolCreate(
*/
/* create the user-mode file system request */
Result = FspIopCreateRequest(Irp, FsContext->FileName.Length, &Request);
Result = FspIopCreateRequest(Irp, &FsContext->FileName, 0, &Request);
if (!NT_SUCCESS(Result))
{
FspFileContextDelete(FsContext);