mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-21 16:49:10 +01:00
fix typo
This commit is contained in:
parent
a5d84bf8a9
commit
a0144f093f
1 changed files with 1 additions and 1 deletions
|
@ -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++)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue