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:
Roger Dingledine 2006-03-17 23:19:51 +00:00
parent 817556315a
commit 51fc6799ad

View File

@ -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;
}
}