From bf1ed5c8534c515bf1ee39bfbf8c340d704b4490 Mon Sep 17 00:00:00 2001 From: David Goulet Date: Mon, 13 Dec 2021 10:44:24 -0500 Subject: 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 --- src/feature/nodelist/networkstatus.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/feature/nodelist') 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 -- cgit v1.2.3-54-g00ecf