CLOUDSTACK-1983 StackOverflowError while deleting snapshot

This commit is contained in:
Mice Xia 2013-04-16 11:14:50 +08:00
parent cbe021b8d2
commit ce3337cdd6
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ public class SnapshotObject implements SnapshotInfo {
@Override
public Long getSize() {
return this.getSize();
return this.snapshot.getSize();
}
@Override