Update file.c
This commit is contained in:
parent
a5eb168376
commit
ccb9c725ad
|
@ -3516,9 +3516,11 @@ ReparseLoop:
|
|||
// open, for a CopyPath that does not exist, must also include
|
||||
// write access, or else it would have been handled earlier already)
|
||||
//
|
||||
if(SbieApi_QueryConfBool(NULL,L"CopyFileOnOpen",FALSE))
|
||||
/*
|
||||
//Disabled it now to test.
|
||||
if(SbieApi_QueryConfBool(NULL,L"CopyFileOnOpen",FALSE))
|
||||
status = File_MigrateFile(
|
||||
TruePath, CopyPath, IsWritePath, TRUE);
|
||||
TruePath, CopyPath, IsWritePath, TRUE);*/
|
||||
else
|
||||
if (FileType & TYPE_REPARSE_POINT) {
|
||||
|
||||
|
|
Loading…
Reference in New Issue