mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-08 22:13:48 +01:00
fixed typo
This commit is contained in:
parent
e1d445ab50
commit
325117114a
1 changed files with 0 additions and 1 deletions
|
@ -133,7 +133,6 @@ namespace data
|
||||||
{
|
{
|
||||||
CryptoPP::AutoSeededRandomPool rnd;
|
CryptoPP::AutoSeededRandomPool rnd;
|
||||||
auto ind = rnd.GenerateWord32 (0, httpReseedHostList.size() - 1);
|
auto ind = rnd.GenerateWord32 (0, httpReseedHostList.size() - 1);
|
||||||
ind =5;
|
|
||||||
std::string reseedHost = httpReseedHostList[ind];
|
std::string reseedHost = httpReseedHostList[ind];
|
||||||
return ReseedFromSU3 (reseedHost);
|
return ReseedFromSU3 (reseedHost);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue