CS-11581 : remove xenserver network, when it is not used

This commit is contained in:
anthony 2012-07-13 16:44:00 -07:00
parent c17bca4088
commit 0b3805b7cc
1 changed files with 4 additions and 0 deletions

View File

@ -129,6 +129,10 @@ public class XenServer56Resource extends CitrixResourceBase {
+ " due to " + e.toString());
}
}
try {
network.destroy(conn);
} catch (Exception e){
}
return;
}
} catch (XenAPIException e) {