mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-25 01:34:11 +03:00
hyperv: fix Win32_OperatingSystem WMI queries
CurrentTimeZone's type is a signed integer, not unsigned. Signed-off-by: Matt Coleman <matt@datto.com> Reviewed-by: Neal Gompa <ngompa13@gmail.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
5aab9a2eac
commit
4852a79a50
@ -673,7 +673,7 @@ class Win32_OperatingSystem
|
|||||||
string CSCreationClassName
|
string CSCreationClassName
|
||||||
string CSDVersion
|
string CSDVersion
|
||||||
string CSName
|
string CSName
|
||||||
uint16 CurrentTimeZone
|
int16 CurrentTimeZone
|
||||||
boolean DataExecutionPrevention_Available
|
boolean DataExecutionPrevention_Available
|
||||||
boolean DataExecutionPrevention_32BitApplications
|
boolean DataExecutionPrevention_32BitApplications
|
||||||
boolean DataExecutionPrevention_Drivers
|
boolean DataExecutionPrevention_Drivers
|
||||||
|
Loading…
Reference in New Issue
Block a user