bug13718-avoid-excluding-guards 465 B

12345678
  1. o Minor bugfixes (Test networks):
  2. - Avoid excluding guards from path building in minimal test networks,
  3. when we're in a test network, and excluding guards would exclude
  4. all nodes. This typically occurs in incredibly small tor networks,
  5. and those using TestingAuthVoteGuard *
  6. This fix only applies to minimal, testing tor networks,
  7. so it's no less secure.
  8. Fixes part of bug 13718; bugfix on 0.1.1.11-alpha. Patch by "teor".