aboutsummaryrefslogtreecommitdiff
path: root/src/or/routerlist.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-07-16 15:47:00 -0400
committerNick Mathewson <nickm@torproject.org>2015-07-16 15:47:00 -0400
commit6a08bcf530f5991ae0e2600ef01be377857b5942 (patch)
tree172201b27b625f4e2565cc801a1c4b62a23aa20f /src/or/routerlist.c
parent2ba6542517fcff4ec4e7051870085cfdb6bc26aa (diff)
parent2f8cf524ba4e565ab613504a4c41fd724d32facc (diff)
downloadtor-6a08bcf530f5991ae0e2600ef01be377857b5942.tar.gz
tor-6a08bcf530f5991ae0e2600ef01be377857b5942.zip
Merge remote-tracking branch 'public/ticket16543'
Diffstat (limited to 'src/or/routerlist.c')
-rw-r--r--src/or/routerlist.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/or/routerlist.c b/src/or/routerlist.c
index 35021964a2..dc48862201 100644
--- a/src/or/routerlist.c
+++ b/src/or/routerlist.c
@@ -5179,11 +5179,6 @@ hid_serv_acting_as_directory(void)
const routerinfo_t *me = router_get_my_routerinfo();
if (!me)
return 0;
- if (!get_options()->HidServDirectoryV2) {
- log_info(LD_REND, "We are not acting as hidden service directory, "
- "because we have not been configured as such.");
- return 0;
- }
return 1;
}