CLOUDSTACK-4538: fix small typo

This commit is contained in:
Wei Zhou 2013-08-29 11:32:34 +02:00
parent a3ac7d957f
commit 68b668ae8f
1 changed files with 1 additions and 1 deletions

View File

@ -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();