1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-11 05:17:41 +03:00

Feature #3175: Fix bug in SG clone

This commit is contained in:
Carlos Martín 2014-10-16 17:10:52 +02:00
parent 0d9e1d544d
commit 9a816c7b57

View File

@ -50,7 +50,7 @@ public:
*/ */
Template * clone_template() const Template * clone_template() const
{ {
return new Template(obj_template); return new Template(*obj_template);
}; };
/* ---------------------------------------------------------------------- */ /* ---------------------------------------------------------------------- */