If the source has already been succesfully queried, do not try to open it
again as file.
This commit is contained in:
parent
8cbceba610
commit
08f3f07212
@ -180,7 +180,9 @@ long app_RAND_load_files(char *name)
|
|||||||
if (*n == '\0') break;
|
if (*n == '\0') break;
|
||||||
|
|
||||||
egd=RAND_egd(n);
|
egd=RAND_egd(n);
|
||||||
if (egd > 0) tot+=egd;
|
if (egd > 0)
|
||||||
|
tot+=egd;
|
||||||
|
else
|
||||||
tot+=RAND_load_file(n,-1);
|
tot+=RAND_load_file(n,-1);
|
||||||
if (last) break;
|
if (last) break;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user