aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_connection.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-04-21 16:39:05 -0400
committerNick Mathewson <nickm@torproject.org>2017-04-21 16:39:05 -0400
commit91553417c7820d3620d98dc044c5d445535135f0 (patch)
tree2d7023d99cf4d502520f3b47fd9433a73d27255f /src/test/test_connection.c
parentd8ff01b2b4ceb5a7f43422a059b31f2f2956d264 (diff)
downloadtor-91553417c7820d3620d98dc044c5d445535135f0.tar.gz
tor-91553417c7820d3620d98dc044c5d445535135f0.zip
Fix a comment that held the remaining reference to the old api.
Diffstat (limited to 'src/test/test_connection.c')
-rw-r--r--src/test/test_connection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test_connection.c b/src/test/test_connection.c
index 05dd6f4ec9..7e5193b203 100644
--- a/src/test/test_connection.c
+++ b/src/test/test_connection.c
@@ -265,7 +265,7 @@ test_conn_get_rend_setup(const struct testcase_t *tc)
rend_cache_init();
- /* TODO: use directory_initiate_command_rend() to do this - maybe? */
+ /* TODO: use directory_initiate_request() to do this - maybe? */
tor_assert(strlen(TEST_CONN_REND_ADDR) == REND_SERVICE_ID_LEN_BASE32);
conn->rend_data = rend_data_client_create(TEST_CONN_REND_ADDR, NULL, NULL,
REND_NO_AUTH);