[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [tor] 03/10: Fixed est intro getter using wrong array



This is an automated email from the git hooks/post-receive script.

dgoulet pushed a commit to branch main
in repository tor.

commit 2f8a88448d9a75737a60a204127eb697891ec112
Author: friendly73 <friendly73@x.x>
AuthorDate: Sun Feb 19 19:03:48 2023 +0000

    Fixed est intro getter using wrong array
---
 src/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
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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits