CA-236547: Unexpected error while applying hotfix on multiple Xenservers of different version

Reset both before any upload as the upload is going to set the correct one anyway

Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
This commit is contained in:
Gabor Apati-Nagy 2016-12-21 10:37:06 +00:00
parent 9bd776c83d
commit 7ce6d50ed0

View File

@ -188,6 +188,9 @@ namespace XenAdmin.Wizards.PatchingWizard
case UpdateType.ISO:
if (CanUploadUpdateOnHost(SelectedNewPatchPath, selectedServer))
{
_poolUpdate = null;
_patch = null;
action = new UploadSupplementalPackAction(
selectedServer.Connection,
SelectedServers.Where(s => s.Connection == selectedServer.Connection).ToList(),