mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 06:48:05 +01:00
harmless typo
svn:r6613
This commit is contained in:
parent
ab61c40661
commit
a20a384b09
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ static int connection_or_process_cells_from_inbuf(connection_t *conn);
|
||||||
|
|
||||||
/** Map from identity digest of connected OR or desired OR to a connection_t
|
/** Map from identity digest of connected OR or desired OR to a connection_t
|
||||||
* with that identity digest. If there is more than one such connection_t,
|
* with that identity digest. If there is more than one such connection_t,
|
||||||
* they form a linked list, with next_with_same_id as the next pointer.*/
|
* they form a linked list, with next_with_same_id as the next pointer. */
|
||||||
static digestmap_t *orconn_identity_map = NULL;
|
static digestmap_t *orconn_identity_map = NULL;
|
||||||
|
|
||||||
/** If conn is listed in orconn_identity_map, remove it, and clear
|
/** If conn is listed in orconn_identity_map, remove it, and clear
|
||||||
|
|
Loading…
Add table
Reference in a new issue