tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 2f8a88448d9a75737a60a204127eb697891ec112
parent 24bc66f663f53db9c009b21295e6f7a1953c4244
Author: friendly73 <friendly73@x.x>
Date:   Sun, 19 Feb 2023 19:03:48 +0000

Fixed est intro getter using wrong array

Diffstat:
Msrc/feature/stats/rephist.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/feature/stats/rephist.c b/src/feature/stats/rephist.c @@ -3053,7 +3053,7 @@ rep_hist_note_est_intro_action(est_intro_action_t action) uint64_t rep_hist_get_est_intro_action_count(est_intro_action_t action) { - return est_rend_actions[action]; + return est_intro_actions[action]; } void