mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 04:13:28 +01:00
Merge remote-tracking branch 'tor-gitlab/mr/513' into main
This commit is contained in:
commit
8771199e6b
@ -256,6 +256,7 @@ router_do_orport_reachability_checks(const routerinfo_t *me,
|
|||||||
const tor_addr_port_t *ap = extend_info_get_orport(ei, family);
|
const tor_addr_port_t *ap = extend_info_get_orport(ei, family);
|
||||||
if (BUG(!ap)) {
|
if (BUG(!ap)) {
|
||||||
/* Not much we can do here to recover apart from screaming loudly. */
|
/* Not much we can do here to recover apart from screaming loudly. */
|
||||||
|
extend_info_free(ei);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
log_info(LD_CIRC, "Testing %s of my %s ORPort: %s.",
|
log_info(LD_CIRC, "Testing %s of my %s ORPort: %s.",
|
||||||
|
Loading…
Reference in New Issue
Block a user