CLOUDSTACK-4538: fix small typo

(cherry picked from commit 68b668ae8f)

Signed-off-by: animesh <animesh@apache.org>
This commit is contained in:
Wei Zhou 2013-08-29 11:32:34 +02:00 committed by animesh
parent 204f85b051
commit c0471e64fe
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();