CA-244097: XenCenter sometimes refuses .xsupdate files

This commit is contained in:
Stephen Turner 2017-02-17 17:11:03 +00:00
parent f414407f40
commit 20df8ce2fe

View File

@ -328,7 +328,7 @@ namespace XenAdmin.Wizards.PatchingWizard
private string UpdateExtension
{
get { return SelectedUpdateType != UpdateType.ISO ? "." + Branding.Update : "." + Branding.UpdateIso; }
get { return "." + Branding.Update; }
}
private bool isValidFile(string fileName)