2016-12-22 18:37:42 +01:00
|
|
|
o Minor bugfixes (circuit, hidden service)
|
2017-01-14 00:09:50 +01:00
|
|
|
- When closing a circuit, the reason for doing so was assigned from an int
|
|
|
|
value to a uint16_t which is quite a problem for negative values that are
|
2016-12-22 18:37:42 +01:00
|
|
|
our internal reasons (ex: END_CIRC_REASON_IP_NOW_REDUNDANT). On the HS
|
2017-01-14 00:09:50 +01:00
|
|
|
side, this was causing introduction points to be flagged as unusable
|
2016-12-22 18:37:42 +01:00
|
|
|
because the reason wasn't the right one due to the bad conversion.
|
2017-01-14 00:09:50 +01:00
|
|
|
Partially fixes bug 21056 and fixes bug 20307; Bugfix on 0.2.8.1-alpha.
|