diff --git a/core/src/org/apache/cloudstack/storage/command/DownloadCommand.java b/core/src/org/apache/cloudstack/storage/command/DownloadCommand.java index db637c10521..5dfc22e785b 100644 --- a/core/src/org/apache/cloudstack/storage/command/DownloadCommand.java +++ b/core/src/org/apache/cloudstack/storage/command/DownloadCommand.java @@ -63,6 +63,7 @@ public class DownloadCommand extends AbstractDownloadCommand implements Internal resourceType = that.resourceType; installPath = that.installPath; _store = that._store; + _proxy = that._proxy; } public DownloadCommand(TemplateObjectTO template, Long maxDownloadSizeInBytes) {