mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-24 22:06:59 +01:00
Use full URL when downloading updates XML
Signed-off-by: Danilo Del Busso <danilo.delbusso@cloud.com>
This commit is contained in:
parent
61ff54ba44
commit
dc1e001a8a
@ -358,7 +358,7 @@ namespace XenAdmin.Actions
|
||||
{
|
||||
webClient.Proxy = proxy;
|
||||
webClient.Headers.Add("User-Agent", _userAgent);
|
||||
using (var stream = new MemoryStream(webClient.DownloadData(uri)))
|
||||
using (var stream = new MemoryStream(webClient.DownloadData(uriBuilder.Uri)))
|
||||
checkForUpdatesXml.Load(stream);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user