summaryrefslogtreecommitdiff
path: root/src/or/networkstatus.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-07-10 09:03:56 -0400
committerNick Mathewson <nickm@torproject.org>2015-07-10 09:05:26 -0400
commit2f8cf524ba4e565ab613504a4c41fd724d32facc (patch)
treed03c814b701acbfec41cc924491cc4f2d8e7a4f0 /src/or/networkstatus.c
parentfdf5014d1134c2e06771e1265bca2eddb0e65ada (diff)
downloadtor-2f8cf524ba4e565ab613504a4c41fd724d32facc.tar.gz
tor-2f8cf524ba4e565ab613504a4c41fd724d32facc.zip
Remove the HidServDirV2 and VoteOnHidServDirectoriesV2 options
(Mark them as obsolete) Closes 16543.
Diffstat (limited to 'src/or/networkstatus.c')
-rw-r--r--src/or/networkstatus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/networkstatus.c b/src/or/networkstatus.c
index 9de1f88aaf..71a2c0f121 100644
--- a/src/or/networkstatus.c
+++ b/src/or/networkstatus.c
@@ -1678,7 +1678,7 @@ networkstatus_getinfo_by_purpose(const char *purpose_string, time_t now)
if (bridge_auth && ri->purpose == ROUTER_PURPOSE_BRIDGE)
dirserv_set_router_is_running(ri, now);
/* then generate and write out status lines for each of them */
- set_routerstatus_from_routerinfo(&rs, node, ri, now, 0, 0);
+ set_routerstatus_from_routerinfo(&rs, node, ri, now, 0);
smartlist_add(statuses, networkstatus_getinfo_helper_single(&rs));
} SMARTLIST_FOREACH_END(ri);