mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2025-01-20 07:19:18 +01:00
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:
parent
9bd776c83d
commit
7ce6d50ed0
@ -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(),
|
||||
|
Loading…
Reference in New Issue
Block a user