mirror of https://github.com/apache/cloudstack.git
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