mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-4538: fix small typo
This commit is contained in:
parent
a3ac7d957f
commit
68b668ae8f
|
|
@ -895,7 +895,7 @@ public class Upgrade410to420 implements DbUpgrade {
|
|||
rsmem_global.close();
|
||||
}
|
||||
if (rscpu_global != null) {
|
||||
rsmem_global.close();
|
||||
rscpu_global.close();
|
||||
}
|
||||
if (pstmt != null) {
|
||||
pstmt.close();
|
||||
|
|
|
|||
Loading…
Reference in New Issue