From: friendly73 Date: Sun, 19 Feb 2023 19:03:48 +0000 (+0000) Subject: Fixed est intro getter using wrong array X-Git-Tag: tor-0.4.8.1-alpha~23 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2f8a88448d9a75737a60a204127eb697891ec112;p=thirdparty%2Ftor.git Fixed est intro getter using wrong array --- diff --git a/src/feature/stats/rephist.c b/src/feature/stats/rephist.c index dbd753a233..5ce4ed3ea8 100644 --- 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