mirror of
https://github.com/apache/cloudstack
synced 2026-09-13 17:48:05 +00:00
clean up disableNetwork
This commit is contained in:
parent
cfedc7c18f
commit
d409e31606
@ -3346,7 +3346,7 @@ public abstract class CitrixResourceBase implements StoragePoolResource, ServerR
|
||||
return vlanNetwork;
|
||||
}
|
||||
|
||||
protected void disableVlanNetwork(Network network) throws InternalErrorException {
|
||||
protected void disableVlanNetwork(Network network){
|
||||
try {
|
||||
Connection conn = getConnection();
|
||||
if (network.getVIFs(conn).isEmpty()) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user