mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-1983 StackOverflowError while deleting snapshot
This commit is contained in:
parent
cbe021b8d2
commit
ce3337cdd6
|
|
@ -106,7 +106,7 @@ public class SnapshotObject implements SnapshotInfo {
|
|||
|
||||
@Override
|
||||
public Long getSize() {
|
||||
return this.getSize();
|
||||
return this.snapshot.getSize();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Reference in New Issue