Update Sandboxie/core/dll/sysinfo.c
Co-authored-by: offhub <6871698+offhub@users.noreply.github.com>
This commit is contained in:
parent
21ff2cfddd
commit
a4ee9fa9a1
|
@ -206,7 +206,7 @@ _FX NTSTATUS SysInfo_NtQuerySystemInformation(
|
||||||
|
|
||||||
SysInfo_DiscardProcesses(Buffer);
|
SysInfo_DiscardProcesses(Buffer);
|
||||||
}
|
}
|
||||||
if (NT_SUCCESS(status) && (SystemInformationClass == SystemFirmwareTableInformation) && SbieApi_QueryConfBool(NULL, "HideFirmWareInfo", FALSE)) {
|
if (NT_SUCCESS(status) && (SystemInformationClass == SystemFirmwareTableInformation) && SbieApi_QueryConfBool(NULL, L"HideFirmwareInfo", FALSE)) {
|
||||||
HKEY hKey=NULL;
|
HKEY hKey=NULL;
|
||||||
PVOID lpData=NULL;
|
PVOID lpData=NULL;
|
||||||
DWORD dwLen = 0;
|
DWORD dwLen = 0;
|
||||||
|
|
Loading…
Reference in New Issue