mirror of https://github.com/apache/cloudstack.git
fix build
This commit is contained in:
parent
46492ebbf6
commit
83a329af4e
|
|
@ -305,7 +305,7 @@ public class LibvirtStorageAdaptor implements StorageAdaptor {
|
|||
} catch (LibvirtException e) {
|
||||
s_logger.debug("Faild to get vol path: " + e.toString());
|
||||
throw e;
|
||||
} finally {l
|
||||
} finally {
|
||||
try {
|
||||
if (sp != null) {
|
||||
sp.free();
|
||||
|
|
|
|||
Loading…
Reference in New Issue