sureshanaparti commented on code in PR #8980:
URL: https://github.com/apache/cloudstack/pull/8980#discussion_r1580492900


##########
engine/orchestration/src/main/java/org/apache/cloudstack/engine/orchestration/NetworkOrchestrator.java:
##########
@@ -3341,8 +3343,14 @@ public void doInTransactionWithoutResult(final 
TransactionStatus status) {
                                 
_resourceLimitMgr.decrementResourceCount(networkFinal.getAccountId(), 
ResourceType.network, networkFinal.getDisplayNetwork());
                             }
                         }
+                        return deletedVlans.second();

Review Comment:
   ignore - this returns for _Transaction.execute()_



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to