提交 0a957dd1 编写于 作者: J John Ferlan

nodedev: Fix call to virNodeDeviceObjListFree in nodeStateReload

Commit id '9c5d98fd' missed changing this call to use driver->devs
rather than @driver->devs.
上级 5d32b5db
......@@ -744,7 +744,7 @@ nodeStateReload(void)
VIR_INFO("Reloading HAL device state");
nodeDeviceLock();
VIR_INFO("Removing existing objects");
virNodeDeviceObjListFree(&driver->devs);
virNodeDeviceObjListFree(driver->devs);
nodeDeviceUnlock();
hal_ctx = DRV_STATE_HAL_CTX(driver);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册