mirror of
https://github.com/OpenNebula/one.git
synced 2025-08-24 17:49:28 +03:00
Bug #340: Fixes image lock when publish fails
This commit is contained in:
@ -105,6 +105,8 @@ void RequestManager::ImagePublish::execute(
|
||||
|
||||
if (!response)
|
||||
{
|
||||
image->unlock();
|
||||
|
||||
goto error_publish;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user