提交 3130848a 编写于 作者: C Cole Robinson

Fix a locking issue in PoolGetAutostart.

上级 52037657
Thu Dec 11 09:58:49 EST 2008 Cole Robinson <crobinso@redhat.com>
* src/storage_driver.c : Fix a locking issue in PoolGetAutostart
Thu Dec 11 09:55:23 EST 2008 Cole Robinson <crobinso@redhat.com>
* src/netork_driver.c src/qemu_conf.c: Fix segfault if virtual
* src/network_driver.c src/qemu_conf.c: Fix segfault if virtual
network does not have a bridge name.
Thu Dec 11 12:39:20 CET 2008 Daniel Veillard <veillard@redhat.com>
......
......@@ -911,8 +911,9 @@ storagePoolGetAutostart(virStoragePoolPtr obj,
}
ret = 0;
return 0;
cleanup:
if (pool)
virStoragePoolObjUnlock(pool);
return ret;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册