diff options
author | Roger Dingledine <arma@torproject.org> | 2008-09-16 10:26:15 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2008-09-16 10:26:15 +0000 |
commit | 4fd9880540720803ae361067c75c19df37a8392b (patch) | |
tree | 785f84d9a7408839286f4c190b20d704debd61fb /src/or/connection.c | |
parent | 38f2272d5d9f16f68ac4fd426f9f066e5b85c3dd (diff) | |
download | tor-4fd9880540720803ae361067c75c19df37a8392b.tar.gz tor-4fd9880540720803ae361067c75c19df37a8392b.zip |
give rend_client_desc_here a slightly more accurate name
svn:r16916
Diffstat (limited to 'src/or/connection.c')
-rw-r--r-- | src/or/connection.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/connection.c b/src/or/connection.c index 6aa5f8588c..6a34694de3 100644 --- a/src/or/connection.c +++ b/src/or/connection.c @@ -528,7 +528,7 @@ connection_about_to_close_connection(connection_t *conn) * descriptors; if the response is empty or the descriptor is * unusable, close pending connections (unless a v2 request is * still in progress). */ - rend_client_desc_here(dir_conn->rend_query, 0); + rend_client_desc_trynow(dir_conn->rend_query, 0); } /* If we were trying to fetch a v2 rend desc and did not succeed, * retry as needed. (If a fetch is successful, the connection state |