mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-24 01:13:04 -05:00
sys: IRP_MJ_CREATE
This commit is contained in:
parent
8c7f790805
commit
e83cecded9
@ -481,9 +481,11 @@ VOID FspFsvolCreateComplete(
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (OpenedFsContext != FsContext)
|
if (OpenedFsContext != FsContext)
|
||||||
|
{
|
||||||
FspFileContextRelease(FsContext);
|
FspFileContextRelease(FsContext);
|
||||||
|
FsContext = OpenedFsContext;
|
||||||
FspIopRequestContext(Request, RequestFsContext) = FsContext = OpenedFsContext;
|
}
|
||||||
|
FspIopRequestContext(Request, RequestFsContext) = FsContext;
|
||||||
|
|
||||||
if (FILE_OPENED == Response->IoStatus.Information)
|
if (FILE_OPENED == Response->IoStatus.Information)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user