aboutsummaryrefslogtreecommitdiff
path: root/src/feature/nodelist
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2021-12-13 10:44:24 -0500
committerDavid Goulet <dgoulet@torproject.org>2021-12-13 10:49:00 -0500
commitbf1ed5c8534c515bf1ee39bfbf8c340d704b4490 (patch)
treec41e7da0c098fa65d3a62bb510864353971b2953 /src/feature/nodelist
parentad6a0ebb119dba09fd1a0d1d6eb2a1362803bce3 (diff)
downloadtor-bf1ed5c8534c515bf1ee39bfbf8c340d704b4490.tar.gz
tor-bf1ed5c8534c515bf1ee39bfbf8c340d704b4490.zip
relay: Change DNS timeout label on MetricsPort
Change it from "timeout" to "tor_timeout" in order to indicate that the DNS timeout is one from tor's DNS threshold and not the DNS server itself. Fixes #40527 Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'src/feature/nodelist')
-rw-r--r--src/feature/nodelist/networkstatus.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/feature/nodelist/networkstatus.c b/src/feature/nodelist/networkstatus.c
index d57db4c415..77e2b547f5 100644
--- a/src/feature/nodelist/networkstatus.c
+++ b/src/feature/nodelist/networkstatus.c
@@ -1666,7 +1666,6 @@ notify_before_networkstatus_changes(const networkstatus_t *old_c,
dos_consensus_has_changed(new_c);
relay_consensus_has_changed(new_c);
hs_dos_consensus_has_changed(new_c);
- rep_hist_consensus_has_changed(new_c);
}
/* Called after a new consensus has been put in the global state. It is safe