Repository: cloudstack
Updated Branches:
  refs/heads/master ac80a2df5 -> 0b73d1936


Fixed secstorage.proxy is not setting proxy configuration on SSVM in some cases


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/2c81ebe7
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/2c81ebe7
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/2c81ebe7

Branch: refs/heads/master
Commit: 2c81ebe72f0215d5cc27a10970ef0a3b259e0017
Parents: 2d90f18
Author: Anshul Gangwar <anshul.gang...@citrix.com>
Authored: Fri Sep 11 13:37:08 2015 +0530
Committer: Anshul Gangwar <anshul.gang...@citrix.com>
Committed: Fri Sep 11 13:37:39 2015 +0530

----------------------------------------------------------------------
 core/src/org/apache/cloudstack/storage/command/DownloadCommand.java | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/2c81ebe7/core/src/org/apache/cloudstack/storage/command/DownloadCommand.java
----------------------------------------------------------------------
diff --git 
a/core/src/org/apache/cloudstack/storage/command/DownloadCommand.java 
b/core/src/org/apache/cloudstack/storage/command/DownloadCommand.java
index db637c1..5dfc22e 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) {

Reply via email to