CP-25564: pif.host.opaque_ref

Signed-off-by: serenc <seren.corbett@citrix.com>
This commit is contained in:
serenc 2017-12-06 13:50:55 +00:00
parent 1b4f2c4e32
commit d3be7848f1

View File

@ -176,7 +176,7 @@ namespace XenAdmin.Dialogs
Host host = network.Connection.Resolve(pif.host);
var clusteringEnabled = network.Connection.Cache.Cluster_hosts.Any(cluster =>
cluster.host.opaque_ref == host.opaque_ref && cluster.enabled);
cluster.host.opaque_ref == pif.host.opaque_ref && cluster.enabled);
if (clusteringEnabled && host != null && host.enabled)
{