mirror of
https://github.com/winfsp/winfsp.git
synced 2026-06-15 09:06:03 -05:00
sys: renamed "main stream" to "main file"
This commit is contained in:
+1
-1
@@ -77,7 +77,7 @@ static NTSTATUS FspFsvolClose(
|
||||
FspFileNodeClose(FileNode, FileObject);
|
||||
|
||||
/* delete the FileDesc and deref the FileNode; order is important (FileDesc has FileNode ref) */
|
||||
FspFileDescDelete(FileDesc); /* this will also close the MainStreamObject if any */
|
||||
FspFileDescDelete(FileDesc); /* this will also close the MainFileObject if any */
|
||||
FspFileNodeDereference(FileNode);
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user