mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-28 06:13:31 +01:00
right now we don't support entryguards on auth dirservers,
but that doesn't mean we need to remind them every time they start up. svn:r6179
This commit is contained in:
parent
817556315a
commit
51fc6799ad
@ -2181,8 +2181,8 @@ options_validate(or_options_t *old_options, or_options_t *options,
|
||||
options->RecommendedServerVersions =
|
||||
config_lines_dup(options->RecommendedVersions);
|
||||
if (options->UseEntryGuards) {
|
||||
log_notice(LD_CONFIG, "Authoritative directory servers can't set "
|
||||
"UseEntryGuards. Disabling.");
|
||||
log_info(LD_CONFIG, "Authoritative directory servers can't set "
|
||||
"UseEntryGuards. Disabling.");
|
||||
options->UseEntryGuards = 0;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user