You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bf...@apache.org on 2013/04/16 20:04:16 UTC

[43/50] [abbrv] git commit: updated refs/heads/ui-new-project-switcher to a748988

CLOUDSTACK-1983 StackOverflowError while deleting snapshot


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

Branch: refs/heads/ui-new-project-switcher
Commit: ce3337cdd6a26285348b972d37647c36e956bc40
Parents: cbe021b
Author: Mice Xia <mi...@tcloudcomputing.com>
Authored: Tue Apr 16 11:14:50 2013 +0800
Committer: Mice Xia <mi...@tcloudcomputing.com>
Committed: Tue Apr 16 13:18:44 2013 +0800

----------------------------------------------------------------------
 .../storage/snapshot/SnapshotObject.java           |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/ce3337cd/engine/storage/snapshot/src/org/apache/cloudstack/storage/snapshot/SnapshotObject.java
----------------------------------------------------------------------
diff --git a/engine/storage/snapshot/src/org/apache/cloudstack/storage/snapshot/SnapshotObject.java b/engine/storage/snapshot/src/org/apache/cloudstack/storage/snapshot/SnapshotObject.java
index d10dc77..37238b7 100644
--- a/engine/storage/snapshot/src/org/apache/cloudstack/storage/snapshot/SnapshotObject.java
+++ b/engine/storage/snapshot/src/org/apache/cloudstack/storage/snapshot/SnapshotObject.java
@@ -106,7 +106,7 @@ public class SnapshotObject implements SnapshotInfo {
 
     @Override
     public Long getSize() {
-    	return this.getSize();
+    	return this.snapshot.getSize();
     }
 
     @Override