summaryrefslogtreecommitdiff
path: root/src/or/networkstatus.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-03-21 13:26:04 -0400
committerNick Mathewson <nickm@torproject.org>2016-03-21 13:26:04 -0400
commit6a91cab79c23b47c48e35e95661dfbe81be943dd (patch)
tree93d7ca081f783de358579a3e8ab43dbbd3d19565 /src/or/networkstatus.c
parentc83bcc358437660471abdc11ed9e12585674e0d6 (diff)
parente1e62f9d5735da64dc1435d3a40db77f6229766a (diff)
downloadtor-6a91cab79c23b47c48e35e95661dfbe81be943dd.tar.gz
tor-6a91cab79c23b47c48e35e95661dfbe81be943dd.zip
Merge branch 'maint-0.2.7'
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 c5108c2d8a..73755b5b42 100644
--- a/src/or/networkstatus.c
+++ b/src/or/networkstatus.c
@@ -2047,7 +2047,7 @@ networkstatus_dump_bridge_status_to_file(time_t now)
char published[ISO_TIME_LEN+1];
format_iso_time(published, now);
- dirserv_compute_bridge_flag_thresholds(rl);
+ dirserv_compute_bridge_flag_thresholds(rl->routers);
thresholds = dirserv_get_flag_thresholds_line();
tor_asprintf(&published_thresholds_and_status,
"published %s\nflag-thresholds %s\n%s",