In ntmain, call set_main_thread() before running the loop.
[tor.git] / changes / bug8387
blob2ec0487bf8852890164821c398dc4f90091fceef
1   o Major bugfixes (client):
3     - Perform circuit cleanup operations even when circuit
4       construction operations are disabled (because the network is
5       disabled, or because there isn't enough directory information).
6       Previously, when we were not building predictive circuits, we
7       were not closing expired circuits either.
9       Fixes bug 8387; bugfix on 0.1.1.11-alpha. This bug became visible
10       in 0.2.4.10-alpha when we became more strict about when we have
11       "enough directory information to build circuits".