From 1b95bbdba60c857b679d8df4af27df0f8571c934 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Wed, 2 May 2007 09:12:04 +0000 Subject: New config option V2AuthoritativeDirectory that all directory authorities should set. This will let future authorities choose not to serve V2 directory information. Also, go through and revamp all the authdir_mode stuff so it tries to do the right thing if you're an auth but not a V1 or V2 auth. svn:r10092 --- src/or/circuituse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/or/circuituse.c') diff --git a/src/or/circuituse.c b/src/or/circuituse.c index 70b884c446..330f782eff 100644 --- a/src/or/circuituse.c +++ b/src/or/circuituse.c @@ -1097,7 +1097,7 @@ circuit_get_open_circ_or_launch(edge_connection_t *conn, } /** Return true iff crypt_path is one of the crypt_paths for - * circ */ + * circ. */ static int cpath_is_on_circuit(origin_circuit_t *circ, crypt_path_t *crypt_path) { -- cgit v1.2.3-54-g00ecf