CLOUDSTACK-4538: fix small typo

(cherry picked from commit 68b668ae8f)
This commit is contained in:
Wei Zhou 2013-08-29 11:32:34 +02:00
parent 3c38a1cd9f
commit 53ee2c905b
1 changed files with 1 additions and 1 deletions

View File

@ -689,7 +689,7 @@ public class Upgrade410to420 implements DbUpgrade {
rsmem_global.close();
}
if (rscpu_global != null) {
rsmem_global.close();
rscpu_global.close();
}
if (pstmt != null) {
pstmt.close();