mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
it helps to use the correct name for the struct
svn:r3331
This commit is contained in:
parent
10a81ccf18
commit
3370f53010
@ -417,7 +417,7 @@ void directory_all_unreachable(time_t now) {
|
||||
AP_CONN_STATE_CIRCUIT_WAIT))) {
|
||||
conn->has_sent_end = 1; /* it's not connected anywhere, so no need to end */
|
||||
log_fn(LOG_NOTICE,"Network down? Failing connection to '%s'.",
|
||||
conn->socks_address->address);
|
||||
conn->socks_request->address);
|
||||
connection_mark_for_close(conn);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user