Browse Source

fix typo

pull/574/head
Jeff Becker 8 years ago
parent
commit
a0144f093f
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B
  1. 2
      NetDb.cpp

2
NetDb.cpp

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

Loading…
Cancel
Save