No functional change. Signed-off-by: Ian Jackson <ian.jack...@eu.citrix.com> --- ts-hosts-allocate-Executive | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/ts-hosts-allocate-Executive b/ts-hosts-allocate-Executive index fc54cda..9562a0a 100755 --- a/ts-hosts-allocate-Executive +++ b/ts-hosts-allocate-Executive @@ -464,8 +464,7 @@ sub hid_recurse ($$) { !defined($duration) || defined($cand->{Duration}) && $cand->{Duration} >= $duration; $previously_failed++ if - defined $cand->{MostRecentStatus} && - $cand->{MostRecentStatus} eq 'fail'; + ($cand->{MostRecentStatus} // '') eq 'fail'; } my $duration_rightaway_adjust= 0; -- 1.7.10.4 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel