mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 14:51:11 +01:00
Correct a comment
This commit is contained in:
parent
cb1b20dbad
commit
53f87a89f0
1 changed files with 1 additions and 1 deletions
|
@ -866,7 +866,7 @@ circuit_unlink_all_from_or_conn(or_connection_t *conn, int reason)
|
|||
}
|
||||
|
||||
/** Return a circ such that:
|
||||
* - circ-\>rend_data-\>query is equal to <b>rend_query</b>, and
|
||||
* - circ-\>rend_data-\>onion_address is equal to <b>rend_query</b>, and
|
||||
* - circ-\>purpose is equal to <b>purpose</b>.
|
||||
*
|
||||
* Return NULL if no such circuit exists.
|
||||
|
|
Loading…
Add table
Reference in a new issue