mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 14:51:11 +01:00
Fixed est intro getter using wrong array
This commit is contained in:
parent
24bc66f663
commit
2f8a88448d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue