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

Feature #1224: Fix snapshot attribute creation

This commit is contained in:
Carlos Martín 2013-02-19 16:02:11 +01:00
parent 08399c5732
commit 21183d2a90

View File

@ -1839,6 +1839,8 @@ int VirtualMachine::new_snapshot(string& name)
snap->replace("ACTIVE", "YES");
obj_template->set(snap);
return 0;
}