diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-07-10 09:03:56 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-07-10 09:05:26 -0400 |
commit | 2f8cf524ba4e565ab613504a4c41fd724d32facc (patch) | |
tree | d03c814b701acbfec41cc924491cc4f2d8e7a4f0 /src/or/router.c | |
parent | fdf5014d1134c2e06771e1265bca2eddb0e65ada (diff) | |
download | tor-2f8cf524ba4e565ab613504a4c41fd724d32facc.tar.gz tor-2f8cf524ba4e565ab613504a4c41fd724d32facc.zip |
Remove the HidServDirV2 and VoteOnHidServDirectoriesV2 options
(Mark them as obsolete)
Closes 16543.
Diffstat (limited to 'src/or/router.c')
-rw-r--r-- | src/or/router.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/router.c b/src/or/router.c index 0903eb2082..47825e2d1c 100644 --- a/src/or/router.c +++ b/src/or/router.c @@ -2583,7 +2583,7 @@ router_dump_router_to_string(routerinfo_t *router, ntor_cc_line ? ntor_cc_line : "", family_line, we_are_hibernating() ? "hibernating 1\n" : "", - options->HidServDirectoryV2 ? "hidden-service-dir\n" : "", + "hidden-service-dir\n", options->AllowSingleHopExits ? "allow-single-hop-exits\n" : ""); if (options->ContactInfo && strlen(options->ContactInfo)) { |