1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-01-13 19:37:51 +00:00
This commit is contained in:
Jeff Becker 2016-07-15 13:59:56 -04:00
parent a5d84bf8a9
commit a0144f093f
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B

View File

@ -724,7 +724,7 @@ namespace data
}
if (!found)
{
std::set<IdentHash> excLudedrouters;
std::set<IdentHash> excludedRouters;
const uint8_t * exclude_ident = excluded;
for (int i = 0; i < numExcluded; i++)
{