aboutsummaryrefslogtreecommitdiff
path: root/src/core/or/channel.c
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2020-04-09 11:03:20 +1000
committerteor <teor@torproject.org>2020-04-09 11:03:20 +1000
commit987f2fa50ac26af61917c7a6e13dc62f3ddb23ee (patch)
tree7c0c4b59e3c9658365491d337609cd0957611991 /src/core/or/channel.c
parent26fd31fef8dfbc9babf60157edf1b47b94cd49d1 (diff)
parentd380acaecad5f554f7294cfcd7fbf100f9bbaca3 (diff)
downloadtor-987f2fa50ac26af61917c7a6e13dc62f3ddb23ee.tar.gz
tor-987f2fa50ac26af61917c7a6e13dc62f3ddb23ee.zip
Merge branch 'maint-0.3.5' into maint-0.4.1
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 0e190809ba..596932b008 100644
--- a/src/core/or/channel.c
+++ b/src/core/or/channel.c
@@ -1882,7 +1882,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 */