Disable network interface lookup due to bug 019005.

This commit is contained in:
Joshua Fuhs 2013-05-19 17:26:47 -04:00
parent 50a086631c
commit e3f3ed1c36
1 changed files with 2 additions and 1 deletions

View File

@ -21,7 +21,8 @@
ResourceMonitor_init()
{
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()