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