Skip to content

Commit febe7d9

Browse files
author
Abhinandan Prateek
committed
Cloudstack-2621 [Multiple_IP_Ranges] Failed to delete guest IP range from a subnet
1 parent 4d5c6c8 commit febe7d9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

server/src/com/cloud/configuration/ConfigurationManagerImpl.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3015,6 +3015,7 @@ public boolean deleteVlanAndPublicIpRange(long userId, long vlanDbId, Account ca
30153015
txn.start();
30163016
if (!removeFromDb(vlanDbId)) {
30173017
txn.rollback();
3018+
txn.close();
30183019
return false;
30193020
}
30203021
else {

0 commit comments

Comments
 (0)