aboutsummaryrefslogtreecommitdiff
path: root/src/core/or/channel.c
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2020-04-09 11:03:34 +1000
committerteor <teor@torproject.org>2020-04-09 11:03:34 +1000
commit2d6f00e45b3003337242704e0fde2d2adbaa6cf5 (patch)
treee597c27f920beb0c37119d39ad7a491892bbfc35 /src/core/or/channel.c
parent34faee0600e4efe2a76a1776f6c9bd3173b3e0c5 (diff)
parent2d7e08d57ef5d3b785cfaa6961d6d3c73fe59535 (diff)
downloadtor-2d6f00e45b3003337242704e0fde2d2adbaa6cf5.tar.gz
tor-2d6f00e45b3003337242704e0fde2d2adbaa6cf5.zip
Merge branch 'maint-0.4.2' into maint-0.4.3
Diffstat (limited to 'src/core/or/channel.c')
-rw-r--r--src/core/or/channel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/or/channel.c b/src/core/or/channel.c
index d52dc14a32..18940bd81f 100644
--- a/src/core/or/channel.c
+++ b/src/core/or/channel.c
@@ -1859,7 +1859,7 @@ channel_do_open_actions(channel_t *chan)
tor_free(transport_name);
/* Notify the DoS subsystem of a new client. */
if (tlschan && tlschan->conn) {
- dos_new_client_conn(tlschan->conn);
+ dos_new_client_conn(tlschan->conn, transport_name);
}
}
/* Otherwise the underlying transport can't tell us this, so skip it */