mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 12:23:32 +01:00
tweak karsten's patch
svn:r16818
This commit is contained in:
parent
2c14705a4d
commit
659f1651e0
@ -465,8 +465,8 @@ directory_initiate_command_routerstatus(routerstatus_t *status,
|
||||
tor_addr_t addr;
|
||||
router = router_get_by_digest(status->identity_digest);
|
||||
if (!router && anonymized_connection) {
|
||||
log_info(LD_DIR, "Not sending anonymized request to directory; we "
|
||||
"don't have its router descriptor.");
|
||||
log_info(LD_DIR, "Not sending anonymized request to directory '%s'; we "
|
||||
"don't have its router descriptor.", status->nickname);
|
||||
return;
|
||||
} else if (router) {
|
||||
address = router->address;
|
||||
|
Loading…
Reference in New Issue
Block a user