mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
Increment an informational counter for use failed state.
This informational counter is probably now redundant, but might as well keep it consistent I guess.
This commit is contained in:
parent
da5817772d
commit
b3e57b760e
@ -2002,6 +2002,10 @@ pathbias_check_close(origin_circuit_t *ocirc, int reason)
|
||||
pathbias_count_use_success(ocirc);
|
||||
break;
|
||||
|
||||
case PATH_STATE_USE_FAILED:
|
||||
pathbias_count_use_failed(ocirc);
|
||||
break;
|
||||
|
||||
default:
|
||||
// Other states are uninteresting. No stats to count.
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user