mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
fixed typo
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user