summaryrefslogtreecommitdiff
path: root/src/or/networkstatus.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-05-11 13:15:17 -0400
committerNick Mathewson <nickm@torproject.org>2016-05-11 13:15:17 -0400
commit24fbb9a81b19cc20df9a204d3203d1b914fb267d (patch)
treef04602b852cff7912ae14c1f28345cfa5a337944 /src/or/networkstatus.c
parent28e1aa111803bc3548e00503ab56de5f3d41c7fc (diff)
parent4e94580591da579e53461aeedfb1340836427c02 (diff)
downloadtor-24fbb9a81b19cc20df9a204d3203d1b914fb267d.tar.gz
tor-24fbb9a81b19cc20df9a204d3203d1b914fb267d.zip
Merge branch 'maint-0.2.7' into maint-0.2.8
Diffstat (limited to 'src/or/networkstatus.c')
-rw-r--r--src/or/networkstatus.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/or/networkstatus.c b/src/or/networkstatus.c
index 3967f56edd..185708a0c1 100644
--- a/src/or/networkstatus.c
+++ b/src/or/networkstatus.c
@@ -2043,11 +2043,10 @@ networkstatus_dump_bridge_status_to_file(time_t now)
char *fname = NULL;
char *thresholds = NULL;
char *published_thresholds_and_status = NULL;
- routerlist_t *rl = router_get_routerlist();
char published[ISO_TIME_LEN+1];
format_iso_time(published, now);
- dirserv_compute_bridge_flag_thresholds(rl->routers);
+ dirserv_compute_bridge_flag_thresholds();
thresholds = dirserv_get_flag_thresholds_line();
tor_asprintf(&published_thresholds_and_status,
"published %s\nflag-thresholds %s\n%s",