1
0
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:
Carlos Martín 2015-07-29 11:38:25 +02:00
parent b04d666d44
commit a119934187

View File

@ -67,9 +67,11 @@ module OpenNebula
return rc
end
block.call(service)
rc = block.call(service)
service.unlock()
return rc
else
rc = service.info