aboutsummaryrefslogtreecommitdiff
path: root/src/core/or/channel.c
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2020-03-17 23:11:31 +1000
committerteor <teor@torproject.org>2020-03-17 23:11:31 +1000
commit44f92e8e4278403b9e633668f8be70f197b6e8db (patch)
treefb28ada7d8d31423f3d8225af57fb6348d7b5bd9 /src/core/or/channel.c
parentc86d08e3e6a4210fb10ab0d00ba22bb9e9d1ffde (diff)
parent894ff2dc8422cb86312c512698acd76476224f87 (diff)
downloadtor-44f92e8e4278403b9e633668f8be70f197b6e8db.tar.gz
tor-44f92e8e4278403b9e633668f8be70f197b6e8db.zip
Merge remote-tracking branch 'tor-github/pr/1784'
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 ce1c31914c..160ab587f5 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 */