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

bug #3168: Do not update template in datastore post-update rollback

This commit is contained in:
Ruben S. Montero 2014-10-21 22:27:21 +02:00
parent 2d6e6ddfd7
commit f31ecb0a97

View File

@ -645,8 +645,6 @@ int Datastore::post_update_template(string& error_str)
if (set_tm_mad(new_tm_mad, error_str) != 0)
{
replace_template_attribute("TM_MAD", tm_mad);
type = old_ds_type;
return -1;