[tor-commits] [tor/master] Fix a comment that held the remaining reference to the old api.
nickm at torproject.org
nickm at torproject.org
Thu Apr 27 14:12:35 UTC 2017
commit 91553417c7820d3620d98dc044c5d445535135f0
Author: Nick Mathewson <nickm at torproject.org>
Date: Fri Apr 21 16:39:05 2017 -0400
Fix a comment that held the remaining reference to the old api.
---
src/test/test_connection.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/test/test_connection.c b/src/test/test_connection.c
index 05dd6f4..7e5193b 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);
More information about the tor-commits
mailing list