mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Merge branch 'maint-0.2.2' into release-0.2.2
This commit is contained in:
@@ -2611,7 +2611,8 @@ connection_ap_handshake_socks_resolved(edge_connection_t *conn,
|
||||
}
|
||||
connection_ap_handshake_socks_reply(conn, buf, replylen,
|
||||
(answer_type == RESOLVED_TYPE_IPV4 ||
|
||||
answer_type == RESOLVED_TYPE_IPV6) ?
|
||||
answer_type == RESOLVED_TYPE_IPV6 ||
|
||||
answer_type == RESOLVED_TYPE_HOSTNAME) ?
|
||||
0 : END_STREAM_REASON_RESOLVEFAILED);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user