close statement

This commit is contained in:
Daan Hoogland 2014-08-04 12:30:38 +02:00
parent a68d898682
commit 86083216de
1 changed files with 1 additions and 0 deletions

View File

@ -582,6 +582,7 @@ public class Upgrade302to40 extends Upgrade30xBase implements DbUpgrade {
pstmt.setLong(1, pNtwkId);
pstmt.executeUpdate();
pstmt.close();
//get provider id
pstmt =
conn.prepareStatement("SELECT id FROM `cloud`.`physical_network_service_providers` "