mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
Fix return value in testStoragePoolBuild for test driver
This commit is contained in:
@@ -2506,6 +2506,7 @@ testStoragePoolBuild(virStoragePoolPtr pool,
|
||||
_("storage pool '%s' is already active"), pool->name);
|
||||
goto cleanup;
|
||||
}
|
||||
ret = 0;
|
||||
|
||||
cleanup:
|
||||
if (privpool)
|
||||
|
||||
Reference in New Issue
Block a user