Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Benjamin J. Thompson
Tor
Commits
cd1468d5
Commit
cd1468d5
authored
Jan 13, 2021
by
George Kadianakis
Browse files
Merge branch 'maint-0.4.5'
parents
cc30c09f
c931eae9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/feature/nodelist/microdesc.c
View file @
cd1468d5
...
...
@@ -129,8 +129,9 @@ microdesc_note_outdated_dirserver(const char *relay_digest)
tor_assert
(
outdated_dirserver_list
);
/* If the list grows too big, clean it up */
if
(
BUG
(
smartlist_len
(
outdated_dirserver_list
)
>
TOO_MANY_OUTDATED_DIRSERVERS
))
{
if
(
smartlist_len
(
outdated_dirserver_list
)
>
TOO_MANY_OUTDATED_DIRSERVERS
)
{
log_info
(
LD_GENERAL
,
"Too many outdated directory servers (%d). Resetting."
,
smartlist_len
(
outdated_dirserver_list
));
microdesc_reset_outdated_dirservers_list
();
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment