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

feature #200: Image update should not update the template

This commit is contained in:
Tino Vázquez 2010-06-30 18:01:56 +02:00
parent cc6060ea43
commit 57dd98bfce

View File

@ -173,14 +173,6 @@ int Image::update(SqlDB *db)
{
int rc;
// Update the Template
rc = image_template.update(db);
if ( rc != 0 )
{
return rc;
}
rc = insert_replace(db, true);
if ( rc != 0 )