mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
Fix bug when replacing disk when saving template
This commit is contained in:
parent
20b93c6811
commit
4b9e584282
@ -1154,7 +1154,7 @@ void VirtualMachineSaveDisk::request_execute(xmlrpc_c::paramList const& paramLis
|
||||
long long size = img->get_size();
|
||||
|
||||
string iname_orig = img->get_name();
|
||||
string iuname_orig = img->get_name();
|
||||
string iuname_orig = img->get_uname();
|
||||
Image::ImageType type = img->get_type();
|
||||
|
||||
img->get_template_attribute("DRIVER", driver);
|
||||
|
Loading…
x
Reference in New Issue
Block a user