diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-02-07 12:46:27 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-02-07 12:46:27 -0500 |
commit | 12b58ba551311db26ef6d769a5ee6eee9c294e01 (patch) | |
tree | e363e6e4d5521ea9215ec913cfa204b0efeef40a /src/or/channel.c | |
parent | a7440d9c9df1141a5ff52c1358bc28a8bb27bea3 (diff) | |
parent | 93ebcc2b8f8f22f2628cf74cc92674c8fbeb7b9a (diff) | |
download | tor-12b58ba551311db26ef6d769a5ee6eee9c294e01.tar.gz tor-12b58ba551311db26ef6d769a5ee6eee9c294e01.zip |
Merge remote-tracking branch 'dgoulet/ticket25163_033_01'
Diffstat (limited to 'src/or/channel.c')
-rw-r--r-- | src/or/channel.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/channel.c b/src/or/channel.c index 76d1167a46..f1d3ea6e22 100644 --- a/src/or/channel.c +++ b/src/or/channel.c @@ -1882,7 +1882,6 @@ channel_do_open_actions(channel_t *chan) if (started_here) { circuit_build_times_network_is_live(get_circuit_build_times_mutable()); - rep_hist_note_connect_succeeded(chan->identity_digest, now); router_set_status(chan->identity_digest, 1); } else { /* only report it to the geoip module if it's not a known router */ |