bug22210 482 B

1234567
  1. o Minor bugfixes (onion services, performance):
  2. - If we are building circuits to onion services, in circuit_is_acceptable()
  3. we only call tor_addr_parse() in places where we use the returned
  4. family and address values from this function. Previously, we called
  5. tor_addr_parse() in circuit_is_acceptable() even if it wasn't used.
  6. This change will improve performance when building circuits. Fixes
  7. bug 22210; bugfix on 0.2.8.12. Patch by Neel Chauhan