mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 12:23:32 +01:00
Fix a comment that held the remaining reference to the old api.
This commit is contained in:
parent
d8ff01b2b4
commit
91553417c7
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user