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:
parent
0d9e1d544d
commit
9a816c7b57
@ -50,7 +50,7 @@ public:
|
||||
*/
|
||||
Template * clone_template() const
|
||||
{
|
||||
return new Template(obj_template);
|
||||
return new Template(*obj_template);
|
||||
};
|
||||
|
||||
/* ---------------------------------------------------------------------- */
|
||||
|
Loading…
Reference in New Issue
Block a user