summaryrefslogtreecommitdiff
path: root/src/or/connection_edge.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-09-12 10:43:34 -0400
committerNick Mathewson <nickm@torproject.org>2017-09-12 10:43:34 -0400
commit26d462c1f0d4dd7ebd7f3f24c49a26e62e279b93 (patch)
tree9f974ffe1721507edadee29e3def22abbb21521c /src/or/connection_edge.c
parent4027bd2e9680cb5922b006847aa4db6170826bf6 (diff)
parent27fa4a98d23972213122fa99499efa4baebe49e3 (diff)
downloadtor-26d462c1f0d4dd7ebd7f3f24c49a26e62e279b93.tar.gz
tor-26d462c1f0d4dd7ebd7f3f24c49a26e62e279b93.zip
Merge branch 'ticket21031'
Diffstat (limited to 'src/or/connection_edge.c')
-rw-r--r--src/or/connection_edge.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/connection_edge.c b/src/or/connection_edge.c
index c5bd39d172..dfa89bc2ce 100644
--- a/src/or/connection_edge.c
+++ b/src/or/connection_edge.c
@@ -1344,7 +1344,7 @@ connection_ap_handshake_rewrite(entry_connection_t *conn,
/* Hang on, did we find an answer saying that this is a reverse lookup for
* an internal address? If so, we should reject it if we're configured to
* do so. */
- if (options->ClientDNSRejectInternalAddresses) {
+ if (options->TestingClientDNSRejectInternalAddresses) {
/* Don't let clients try to do a reverse lookup on 10.0.0.1. */
tor_addr_t addr;
int ok;