mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-01 17:35:17 +00:00
Fix return value in testStoragePoolBuild for test driver
This commit is contained in:
parent
466f86052f
commit
a2b2ada85c
@ -1,3 +1,7 @@
|
||||
Sun Dec 7 14:03:53 GMT 2008 Daniel P. Berrange <berrange@redhat.com>
|
||||
|
||||
* src/test.c: Fix return value in testStoragePoolBuild
|
||||
|
||||
Fri Dec 5 16:03:53 CET 2008 Daniel Veillard <veillard@redhat.com>
|
||||
|
||||
* src/node_device_hal.c configure.in: fix a compilation problem
|
||||
|
@ -2506,6 +2506,7 @@ testStoragePoolBuild(virStoragePoolPtr pool,
|
||||
_("storage pool '%s' is already active"), pool->name);
|
||||
goto cleanup;
|
||||
}
|
||||
ret = 0;
|
||||
|
||||
cleanup:
|
||||
if (privpool)
|
||||
|
Loading…
x
Reference in New Issue
Block a user