bug13718-avoid-excluding-guards 411 B

12345678
  1. o Minor bugfixes:
  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. Discovered as part of #13718.