1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

feature #407: Added mixing unlock when dropping image

This commit is contained in:
Ruben S. Montero 2011-06-04 04:10:03 +02:00
parent ca3d0154c8
commit dd03d3b71d

View File

@ -236,6 +236,7 @@ void ImageManagerDriver::protocol(
if ( rc < 0 )
{
image->unlock();
NebulaLog::log("ImM",Log::ERROR,"Image could not be removed from DB");
}