mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 22:03:31 +01:00
Merge branch 'maint-0.2.9'
This commit is contained in:
commit
5a1779b7ff
4
changes/bug19869
Normal file
4
changes/bug19869
Normal file
@ -0,0 +1,4 @@
|
||||
o Minor bugfixes (DNSPort):
|
||||
- On DNSPort, stop logging a BUG warning on a failed hostname lookup.
|
||||
Fixes bug 19869; bugfix on 0.2.9.1-alpha.
|
||||
|
@ -302,6 +302,10 @@ evdns_get_orig_address(const struct evdns_server_request *req,
|
||||
case RESOLVED_TYPE_IPV6:
|
||||
type = EVDNS_TYPE_AAAA;
|
||||
break;
|
||||
case RESOLVED_TYPE_ERROR:
|
||||
case RESOLVED_TYPE_ERROR_TRANSIENT:
|
||||
/* Addr doesn't matter, since we're not sending it back in the reply.*/
|
||||
return addr;
|
||||
default:
|
||||
tor_fragile_assert();
|
||||
return addr;
|
||||
|
Loading…
Reference in New Issue
Block a user