tor/changes/bug9819
Nick Mathewson b56c7614b6 When closing circs build through a new guard, only close local ones
If we decide not to use a new guard because we want to retry older
guards, only close the locally-originating circuits passing through
that guard. Previously we would close all the circuits.

Fixes bug 9819; bugfix on 0.2.1.1-alpha. Reported by "skruffy".
2015-01-07 10:27:22 -05:00

9 lines
416 B
Plaintext

o Major bugfixes (mixed relay-client operation):
- When running as a relay and a client at the same time (not
recommended), if we decide not to use a new guard because we
want to retry older guards, only close the locally-originating
circuits passing through that guard. Previously we would close
all the circuits. Fixes bug 9819; bugfix on
0.2.1.1-alpha. Reported by "skruffy".