Skip to content

Commit b56cd8d

Browse files
Merge pull request xenserver#1321 from MihaelaStoica/CA-234628
CA-234628: Errors with no title in XenCenter
2 parents 83f5e3b + f64923c commit b56cd8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

XenAdmin/Core/HealthCheck.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public static void CheckForAnalysisResults()
6464
}
6565
else if (actions.Count > 1)
6666
{
67-
var parallelAction = new ParallelAction(null, "", "", "", actions);
67+
var parallelAction = new ParallelAction(null, "", "", "", actions, true, true);
6868
parallelAction.Completed += actionCompleted;
6969
parallelAction.RunAsync();
7070
}

0 commit comments

Comments
 (0)