Disable network interface lookup due to bug 019005.
This commit is contained in:
parent
50a086631c
commit
e3f3ed1c36
1 changed files with 2 additions and 1 deletions
|
@ -21,7 +21,8 @@
|
||||||
ResourceMonitor_init()
|
ResourceMonitor_init()
|
||||||
{
|
{
|
||||||
ResourceMonitor_hDrive := DllCall("CreateFile", "Str", "\\.\PhysicalDrive0", "UInt", 0, "UInt", 3, "UInt", 0, "UInt", 3, "UInt", 0, "UInt", 0)
|
ResourceMonitor_hDrive := DllCall("CreateFile", "Str", "\\.\PhysicalDrive0", "UInt", 0, "UInt", 3, "UInt", 0, "UInt", 3, "UInt", 0, "UInt", 0)
|
||||||
ResourceMonitor_getNetworkInterface()
|
;; Disabled due to bug 019005. This call may lead to bug.n hanging.
|
||||||
|
;;ResourceMonitor_getNetworkInterface()
|
||||||
}
|
}
|
||||||
|
|
||||||
ResourceMonitor_cleanup()
|
ResourceMonitor_cleanup()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue