mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-5669: Return true when deleteVmSnapshot job result status is null
This commit is contained in:
parent
68c4acce7d
commit
e4462f3626
|
|
@ -715,7 +715,7 @@ public class VMSnapshotManagerImpl extends ManagerBase implements VMSnapshotMana
|
|||
if (jobResult instanceof Boolean)
|
||||
return (Boolean)jobResult;
|
||||
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue