bug4212 637 B

12345678910111213
  1. o Major bugfixes:
  2. - Don't launch a useless circuit after failing to use one of a
  3. hidden service's introduction points. Previously, we would
  4. launch a new introduction circuit, but not set the hidden
  5. service which that circuit was intended to connect to, so it
  6. would never actually be used. A different piece of code would
  7. then create a new introduction circuit correctly, so this bug
  8. was harmless until it caused an assertion in the client-side
  9. part of the #3825 fix to fail. Bug reported by katmagic and
  10. found by Sebastian Hahn. Bugfix on 0.2.1.13-alpha; fixes bug
  11. 4212.