Fix return value in testStoragePoolBuild for test driver

This commit is contained in:
Daniel P. Berrange
2008-12-07 14:08:37 +00:00
parent 466f86052f
commit a2b2ada85c
2 changed files with 5 additions and 0 deletions

View File

@@ -2506,6 +2506,7 @@ testStoragePoolBuild(virStoragePoolPtr pool,
_("storage pool '%s' is already active"), pool->name);
goto cleanup;
}
ret = 0;
cleanup:
if (privpool)