Debug
This commit is contained in:
parent
01eacac7b9
commit
f29615d965
|
@ -3520,8 +3520,8 @@ ReparseLoop:
|
|||
//Disabled it now to test.
|
||||
if(SbieApi_QueryConfBool(NULL,L"CopyFileOnOpen",FALSE))
|
||||
status = File_MigrateFile(
|
||||
TruePath, CopyPath, IsWritePath, TRUE);*/
|
||||
else
|
||||
TruePath, CopyPath, IsWritePath, TRUE);
|
||||
else*/
|
||||
if (FileType & TYPE_REPARSE_POINT) {
|
||||
|
||||
status = File_MigrateJunction(
|
||||
|
|
|
@ -207,8 +207,7 @@ _FX NTSTATUS SysInfo_NtQuerySystemInformation(
|
|||
SysInfo_DiscardProcesses(Buffer);
|
||||
}
|
||||
|
||||
/*
|
||||
//Disabled it now
|
||||
|
||||
if (NT_SUCCESS(status) && (SystemInformationClass == SystemFirmwareTableInformation) && SbieApi_QueryConfBool(NULL, L"HideFirmwareInfo", FALSE)) {
|
||||
HKEY hKey=NULL;
|
||||
PVOID lpData=NULL;
|
||||
|
@ -240,7 +239,7 @@ _FX NTSTATUS SysInfo_NtQuerySystemInformation(
|
|||
*ReturnLength = dwLen;
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
return status;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue