mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-16 22:50:10 +03:00
Bug #3863: Do not return the document.unlock exit code in service_pool get()
This commit is contained in:
parent
b04d666d44
commit
a119934187
@ -67,9 +67,11 @@ module OpenNebula
|
||||
return rc
|
||||
end
|
||||
|
||||
block.call(service)
|
||||
rc = block.call(service)
|
||||
|
||||
service.unlock()
|
||||
|
||||
return rc
|
||||
else
|
||||
rc = service.info
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user