mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
Comment-only change to connection_get_by_type_addr_port_purpose
connection_get_by_type_addr_port_purpose also ignores connections that are marked for close.
This commit is contained in:
parent
b7525c39bf
commit
329aa59e43
@ -4215,7 +4215,8 @@ connection_write_to_buf_impl_,(const char *string, size_t len,
|
||||
}
|
||||
|
||||
/** Return a connection with given type, address, port, and purpose;
|
||||
* or NULL if no such connection exists. */
|
||||
* or NULL if no such connection exists (or if all such connections are marked
|
||||
* for close). */
|
||||
connection_t *
|
||||
connection_get_by_type_addr_port_purpose(int type,
|
||||
const tor_addr_t *addr, uint16_t port,
|
||||
|
Loading…
Reference in New Issue
Block a user