Update field

This commit is contained in:
Aoran Zeng
2024-09-29 12:04:33 +08:00
parent 35c1a5be18
commit e29eedea2c
2 changed files with 3 additions and 3 deletions

View File

@@ -546,7 +546,7 @@ measure_speed_for_every_source (SourceInfo sources[], int size, double speed_rec
for (int i=0; i<size; i++)
{
SourceInfo src = sources[i];
const char *url = src.mirror->__bigfile_url;
const char *url = src.mirror->bigfile_url;
if (NULL==url)
{
if (xy_streql ("upstream", src.mirror->code))