[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] right now we don"t support entryguards on auth dirservers,
Update of /home2/or/cvsroot/tor/src/or
In directory moria:/home/arma/work/onion/cvs/tor/src/or
Modified Files:
config.c
Log Message:
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.
Index: config.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/config.c,v
retrieving revision 1.531
retrieving revision 1.532
diff -u -p -d -r1.531 -r1.532
--- config.c 17 Mar 2006 05:50:41 -0000 1.531
+++ config.c 17 Mar 2006 23:19:51 -0000 1.532
@@ -2181,8 +2181,8 @@ options_validate(or_options_t *old_optio
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;
}
}