bug 13520: cannot clear vm map during disconnect as xapi still reports them as alive and clearing up the map will have sync report them as Running

reviewed-by: kishan
This commit is contained in:
abhi 2012-02-08 13:57:49 +05:30
parent 6a3484fc2f
commit 243d4f0f6d
1 changed files with 0 additions and 3 deletions

View File

@ -339,9 +339,6 @@ public abstract class CitrixResourceBase implements ServerResource, HypervisorRe
@Override
public void disconnected() {
synchronized (_cluster.intern()) {
s_vms.clear(_cluster);
}
}
protected boolean pingdomr(Connection conn, String host, String port) {